summaryrefslogtreecommitdiff
path: root/xbindkeys
diff options
context:
space:
mode:
authorGuillermo Ramos2021-02-03 11:18:04 +0100
committerGuillermo Ramos2021-02-03 11:18:04 +0100
commitce196b3436c74cbbffb68c98b8743c12e421930a (patch)
treeed167866804997b127fee01325cbc1a6fc67fc08 /xbindkeys
parent14c129b2c307a57d348b6457ffc07cadda83c56f (diff)
downloads6-services-ce196b3436c74cbbffb68c98b8743c12e421930a.tar.gz
sxhkd
Diffstat (limited to 'xbindkeys')
-rwxr-xr-xxbindkeys/run5
1 files changed, 4 insertions, 1 deletions
diff --git a/xbindkeys/run b/xbindkeys/run
index 6e5b6e9..aefda95 100755
--- a/xbindkeys/run
+++ b/xbindkeys/run
@@ -18,4 +18,7 @@ test -d "$local_bin" && path="$path:$local_bin"
echo "$path" \
> env/PATH
-exec s6-envdir env xbindkeys -n -v
+env_full_path=$PWD/env
+
+cd $HOME
+exec s6-envdir $env_full_path xbindkeys -n -v