sxhkd-rc

[fork] simple X hotkey daemon (but for the rc shell)
Log | Files | Refs | README | LICENSE

commit 864c4956bc628efe452a11a6a08fdcce563f76eb
parent faa0d121e34e145146a9a191c5032024b045bca1
Author: Bastien Dejean <nihilhill@gmail.com>
Date:   Sat,  9 Nov 2013 10:37:19 +0100

Add systemd service file

Diffstat:
Acontrib/systemd/sxhkd.service | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/contrib/systemd/sxhkd.service b/contrib/systemd/sxhkd.service @@ -0,0 +1,12 @@ +[Unit] +Description=Simple X Hotkey Daemon +Documentation=man:sxhkd(1) +BindsTo=xorg.service +After=xorg.service + +[Service] +ExecStart=/usr/bin/sxhkd +ExecReload=/usr/bin/kill -SIGUSR1 $MAINPID + +[Install] +WantedBy=graphical.target