Added service, added package and enabled service
All checks were successful
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 7m44s

This commit is contained in:
2025-09-28 16:42:25 -04:00
parent 33058773a8
commit 30b4ca04b3
3 changed files with 18 additions and 1 deletions

View 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

View File

@@ -9,3 +9,4 @@ modules:
- flatpak-user-update.timer
- quickshell.service
- hyprpolkitagent.service
- swww.service

View File

@@ -13,6 +13,7 @@ modules:
- hyprland-qt-support
- hyprland-qtutils
- xdg-desktop-portal-hyprland
- swww
- matugen
- wlogout