aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-01-06 19:06:01 -0500
committertdro <tdro@users.noreply.github.com>2020-01-06 19:06:01 -0500
commit5721fe1e829e5add4e844c9250a30895c796b14f (patch)
treead78375f1536742feed73ef30887c4b4ae830d90 /.config/systemd
parent37bb02056bd7a2551a15e1a2b8d2d4bbe8bdbd02 (diff)
downloaddotfiles-5721fe1e829e5add4e844c9250a30895c796b14f.tar.gz
dotfiles-5721fe1e829e5add4e844c9250a30895c796b14f.tar.bz2
dotfiles-5721fe1e829e5add4e844c9250a30895c796b14f.zip
.config/xbindkeysrc: Move xbindkeys to config folder
Set systemd kill mode to process only to avoid killing all programs launched with xbindkeys.
Diffstat (limited to '.config/systemd')
-rw-r--r--.config/systemd/user/xbindkeys.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/systemd/user/xbindkeys.service b/.config/systemd/user/xbindkeys.service
index 230f338..876f1ad 100644
--- a/.config/systemd/user/xbindkeys.service
+++ b/.config/systemd/user/xbindkeys.service
@@ -4,9 +4,10 @@ Description=Keyboard shortcut binder
[Service]
Type=simple
Environment=DISPLAY=:0
-ExecStart=xbindkeys -p -n
+ExecStart=xbindkeys -f %h/.config/xbindkeysrc -p -n
Restart=always
RestartSec=5s
+KillMode=process
[Install]
WantedBy=default.target