summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-26 12:08:06 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-26 12:08:06 -0500
commit7527144dc3afcd2b6f2ee6dc34d666e3692baa30 (patch)
tree93ecaf07ee6f97c9e0098b2be14d05141e527cc4
parentfbf1a65135c7a5fe7041ca253e59c1bcab3b092d (diff)
downloadconf-7527144dc3afcd2b6f2ee6dc34d666e3692baa30.tar.gz
conf-7527144dc3afcd2b6f2ee6dc34d666e3692baa30.zip
set KillMode=process for xbindkeys
-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