From 1b102db861d88e6d6d4e6e404a83c326de010686 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 26 Feb 2024 12:11:34 -0500 Subject: make sure path is set for xbindkeys --- xbindkeys/.config/systemd/user/xbindkeys.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf