Added service, added package and enabled service
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 7m44s
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 7m44s
This commit is contained in:
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
|
||||
@@ -8,4 +8,5 @@ modules:
|
||||
enabled:
|
||||
- flatpak-user-update.timer
|
||||
- quickshell.service
|
||||
- hyprpolkitagent.service
|
||||
- hyprpolkitagent.service
|
||||
- swww.service
|
||||
@@ -13,6 +13,7 @@ modules:
|
||||
- hyprland-qt-support
|
||||
- hyprland-qtutils
|
||||
- xdg-desktop-portal-hyprland
|
||||
- swww
|
||||
- matugen
|
||||
- wlogout
|
||||
|
||||
|
||||
Reference in New Issue
Block a user