summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xbindkeys/.config/systemd/user/xbindkeys.service3
1 files changed, 3 insertions, 0 deletions
diff --git a/xbindkeys/.config/systemd/user/xbindkeys.service b/xbindkeys/.config/systemd/user/xbindkeys.service
index 78062a8..e4bc191 100644
--- a/xbindkeys/.config/systemd/user/xbindkeys.service
+++ b/xbindkeys/.config/systemd/user/xbindkeys.service
@@ -1,6 +1,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