aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/xbindkeys.service
diff options
context:
space:
mode:
Diffstat (limited to '.config/systemd/user/xbindkeys.service')
-rw-r--r--.config/systemd/user/xbindkeys.service5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/systemd/user/xbindkeys.service b/.config/systemd/user/xbindkeys.service
index 9e94b36..5f312b8 100644
--- a/.config/systemd/user/xbindkeys.service
+++ b/.config/systemd/user/xbindkeys.service
@@ -1,13 +1,14 @@
[Unit]
Description=Keyboard shortcut binder
+StartLimitIntervalSec=0
[Service]
Type=simple
-RestartSec=5s
+RestartSec=3
Restart=always
KillMode=process
SyslogIdentifier=xbindkeys
-ExecStart=/usr/bin/env bash -l -c 'xbindkeys -f %h/.config/xbindkeysrc -p -n'
+ExecStart=/usr/bin/env bash -l -c 'xbindkeys -f %h/.config/X11/xbindkeysrc -p -n'
[Install]
WantedBy=default.target