sxhkd-rc

[fork] simple X hotkey daemon (but for the rc shell)
git clone https://hhvn.uk/sxhkd-rc
git clone git://hhvn.uk/sxhkd-rc
Log | Files | Refs | README | LICENSE

sxhkd.service (247B)


      1 [Unit]
      2 Description=Simple X Hotkey Daemon
      3 Documentation=man:sxhkd(1)
      4 BindsTo=display-manager.service
      5 After=display-manager.service
      6 
      7 [Service]
      8 ExecStart=/usr/bin/sxhkd
      9 ExecReload=/usr/bin/kill -SIGUSR1 $MAINPID
     10 
     11 [Install]
     12 WantedBy=graphical.target