mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
19fc0917c0
Fix xdg-portal issue where it'd take 25s for a GTK app to start
14 lines
361 B
Desktop File
14 lines
361 B
Desktop File
[Install]
|
|
WantedBy=graphical-session.target
|
|
|
|
[Service]
|
|
ExecReload=kill -SIGUSR2 $MAINPID
|
|
ExecStart=@waybar@/bin/waybar
|
|
KillMode=mixed
|
|
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
|