aboutsummaryrefslogtreecommitdiff
path: root/SystemdGraphicalSession/xbindkeys.service
blob: 05c9dff7a0baecebdc53aa96afbee248ac738fac (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Xorg Key Binding
After=graphical-session-pre.target
PartOf=graphical-session.target
Documentation=man:xbindkeys(1)

[Service]
Slice=session.slice
Type=simple
ExecStart=sh -c 'exec /usr/bin/xbindkeys -n -f $XDG_CONFIG_HOME/xbindkeys/xbindkeysrc'
ExecReload=kill -HUP $MAINPID