waybar: fix systemd service
Fix xdg-portal issue where it'd take 25s for a GTK app to start
This commit is contained in:
parent
614a5b55bf
commit
19fc0917c0
2 changed files with 6 additions and 8 deletions
|
|
@ -2,14 +2,13 @@
|
|||
WantedBy=graphical-session.target
|
||||
|
||||
[Service]
|
||||
BusName=fr.arouillard.waybar
|
||||
ExecReload=kill -SIGUSR2 $MAINPID
|
||||
ExecStart=@waybar@/bin/waybar
|
||||
KillMode=mixed
|
||||
Restart=always
|
||||
RestartSec=1sec
|
||||
Type=dbus
|
||||
Restart=on-failure
|
||||
|
||||
[Unit]
|
||||
After=graphical-session.target
|
||||
Description=Highly customizable Wayland bar for Sway and Wlroots based compositors.
|
||||
Documentation=https://github.com/Alexays/Waybar/wiki
|
||||
PartOf=graphical-session.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue