mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 12:10:42 +00:00
Adjust systemd services to work better with UWSM
This commit is contained in:
parent
1abeb1e9ab
commit
fbc693674d
8 changed files with 9 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue