summaryrefslogtreecommitdiffstats
path: root/xbindkeys/.config/systemd/user/xbindkeys.service
blob: e4bc191c98c3c461e51bd7da267df3ce4382af1e (plain) (blame)
1
2
3
4
5
6
7
8
9
[Service]
ExecStart=xbindkeys -p -n
Restart=always
# otherwise any applications launched via a keybinding will be killed when
# the service is restarted
KillMode=process

[Install]
WantedBy=default.target