summaryrefslogtreecommitdiffstats
path: root/xbindkeys/.config/systemd/user/xbindkeys.service
diff options
context:
space:
mode:
Diffstat (limited to 'xbindkeys/.config/systemd/user/xbindkeys.service')
-rw-r--r--xbindkeys/.config/systemd/user/xbindkeys.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbindkeys/.config/systemd/user/xbindkeys.service b/xbindkeys/.config/systemd/user/xbindkeys.service
index 516e8b2..d1f83e5 100644
--- a/xbindkeys/.config/systemd/user/xbindkeys.service
+++ b/xbindkeys/.config/systemd/user/xbindkeys.service
@@ -1,5 +1,5 @@
[Service]
-ExecStart=/bin/sh -c 'PATH="$HOME/.bin/local:$HOME/.bin/$(hostname):$HOME/.bin:$PATH" xbindkeys -p -n'
+ExecStart=/bin/sh -c '. ${HOME}/.config/sh/rc.d/00path && xbindkeys -p -n'
Restart=always
# otherwise any applications launched via a keybinding will be killed when
# the service is restarted