Compare commits
2 Commits
2791d04cda
...
38c06add07
Author | SHA1 | Date | |
---|---|---|---|
38c06add07 | |||
2c63bb8642 |
15
files/systemd/user/swww.service
Normal file
15
files/systemd/user/swww.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Background service
|
||||
# order startup after WM
|
||||
After=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=exec
|
||||
# Repurpose XDG Autostart filtering
|
||||
ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "wlroots:sway:Wayfire:labwc:Hyprland" ""
|
||||
ExecStart=/usr/bin/swww-daemon
|
||||
Restart=on-failure
|
||||
Slice=app-graphical.slice
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
@@ -14,12 +14,13 @@ modules:
|
||||
- bootc-fetch-updates.timer
|
||||
- podman-auto-update.timer
|
||||
- flatpak-system-update.timer
|
||||
- notify-update.service
|
||||
user:
|
||||
enabled:
|
||||
- podman-auto-update.timer
|
||||
- flatpak-user-update.timer
|
||||
- unlock-kwallet.service
|
||||
- notify-update.service
|
||||
- swww.service
|
||||
|
||||
- type: dnf
|
||||
install:
|
||||
|
Reference in New Issue
Block a user