summaryrefslogtreecommitdiffstats
path: root/xbindkeys
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-27 22:44:57 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-27 22:44:57 -0500
commitf7783831e91ab7c3262c00ca1bf4007f858c44a8 (patch)
treeb7491bc36c13078b51f21a84468b5fd20ebaf46f /xbindkeys
parentee6d12be691bbf1352422dcf5f96b4f2a1be3e28 (diff)
downloadconf-f7783831e91ab7c3262c00ca1bf4007f858c44a8.tar.gz
conf-f7783831e91ab7c3262c00ca1bf4007f858c44a8.zip
make path setting more consistent
Diffstat (limited to 'xbindkeys')
-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