summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-26 12:11:34 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-26 12:11:34 -0500
commit1b102db861d88e6d6d4e6e404a83c326de010686 (patch)
tree69c15da7e82cd4456977f8a64601ae5946994170
parent7527144dc3afcd2b6f2ee6dc34d666e3692baa30 (diff)
downloadconf-1b102db861d88e6d6d4e6e404a83c326de010686.tar.gz
conf-1b102db861d88e6d6d4e6e404a83c326de010686.zip
make sure path is set for 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 e4bc191..516e8b2 100644
--- a/xbindkeys/.config/systemd/user/xbindkeys.service
+++ b/xbindkeys/.config/systemd/user/xbindkeys.service
@@ -1,5 +1,5 @@
[Service]
-ExecStart=xbindkeys -p -n
+ExecStart=/bin/sh -c 'PATH="$HOME/.bin/local:$HOME/.bin/$(hostname):$HOME/.bin:$PATH" xbindkeys -p -n'
Restart=always
# otherwise any applications launched via a keybinding will be killed when
# the service is restarted