summaryrefslogtreecommitdiffstats
path: root/xbindkeys/.config/systemd/user/xbindkeys.service
blob: d1f83e54f03dbe74e716e2ee544694e365cfccdd (plain) (blame)
1
2
3
4
5
6
7
8
9
[Service]
ExecStart=/bin/sh -c '. ${HOME}/.config/sh/rc.d/00path && 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