From 7527144dc3afcd2b6f2ee6dc34d666e3692baa30 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 26 Feb 2024 12:08:06 -0500 Subject: set KillMode=process for xbindkeys --- xbindkeys/.config/systemd/user/xbindkeys.service | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3-54-g00ecf