fix(swayosd): ensure swayosd starts reliably

- Add explicit 'systemctl --user start swayosd' to Hyprland exec-once
- Harden systemd service definition with proper dependencies and targets
This commit is contained in:
kenji
2026-01-15 15:52:35 -06:00
parent 3dc170984b
commit 9ff47e94b2
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@
# essentials
"hyprpm reload -n"
"systemctl --user start hyprpolkitagent"
"systemctl --user start swayosd"
"hyprsunset -t 4500" # TODO: must be optional
];
};