aboutsummaryrefslogtreecommitdiff
path: root/SystemdGraphicalSession/xbindkeys.service
diff options
context:
space:
mode:
Diffstat (limited to 'SystemdGraphicalSession/xbindkeys.service')
-rw-r--r--SystemdGraphicalSession/xbindkeys.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/SystemdGraphicalSession/xbindkeys.service b/SystemdGraphicalSession/xbindkeys.service
new file mode 100644
index 0000000..05c9dff
--- /dev/null
+++ b/SystemdGraphicalSession/xbindkeys.service
@@ -0,0 +1,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