mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 05:04:34 +00:00
Run eww as systemd user service on wm-ready
This commit is contained in:
parent
9e042a78a7
commit
c3b4d535ce
10
home/.config/systemd/user/eww.service
Normal file
10
home/.config/systemd/user/eww.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description="Eww daemon"
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/eww daemon --no-daemonize
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=wm-ready.target
|
1
home/.config/systemd/user/wm-ready.target.wants/eww.service
Symbolic link
1
home/.config/systemd/user/wm-ready.target.wants/eww.service
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/itsdrike/.config/systemd/user/eww.service
|
Loading…
Reference in a new issue