diff --git a/.config/systemd/user/sxhkd.service b/.config/systemd/user/sxhkd.service index d81a05a..aa07c7d 100644 --- a/.config/systemd/user/sxhkd.service +++ b/.config/systemd/user/sxhkd.service @@ -1,10 +1,12 @@ [Unit] Description=Simple X Hotkey Daemon Documentation=man:sxhkd(1) +BindsTo=display-manager.service +After=display-manager.service [Service] -ExecStartPre=/usr/bin/sleep 2 ExecStart=/usr/bin/sxhkd +ExecStartPre=/usr/bin/sleep 10 ExecReload=/usr/bin/kill -SIGUSR1 $MAINPID [Install]