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,9 @@
|
|||
[Unit]
|
||||
Description=Eww daemon
|
||||
PartOf=graphical-session.target
|
||||
After=graphical-session.target
|
||||
After=pipewire.service
|
||||
Requires=graphical-session.target
|
||||
Requires=pipewire.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/eww daemon --no-daemonize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue