Adjust systemd services to work better with UWSM

This commit is contained in:
ItsDrike 2025-02-24 23:05:50 +01:00
parent 1abeb1e9ab
commit fbc693674d
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
8 changed files with 9 additions and 7 deletions

View file

@ -1,6 +1,8 @@
[Unit]
Description=Open %I eww window
After=graphical-session.target
After=eww.service
PartOf=eww.service
[Service]
Type=oneshot
@ -10,6 +12,7 @@ ExecStop=/usr/bin/eww close %i
RemainAfterExit=true
Restart=on-failure
RestartSec=3s
Slice=background-graphical.slice
[Install]
WantedBy=graphical-session.target