summaryrefslogtreecommitdiffstats
path: root/xbindkeys/.config/systemd/user/xbindkeys.service
blob: 516e8b205fe61a56e607ad2fa0d487f4c369e268 (plain) (blame)
1
2
3
4
5
6
7
8
9
[Service]
ExecStart=/bin/sh -c 'PATH="$HOME/.bin/local:$HOME/.bin/$(hostname):$HOME/.bin:$PATH" 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