diff options
author | Guillermo Ramos | 2021-02-03 11:18:04 +0100 |
---|---|---|
committer | Guillermo Ramos | 2021-02-03 11:18:04 +0100 |
commit | ce196b3436c74cbbffb68c98b8743c12e421930a (patch) | |
tree | ed167866804997b127fee01325cbc1a6fc67fc08 /xbindkeys | |
parent | 14c129b2c307a57d348b6457ffc07cadda83c56f (diff) | |
download | s6-services-ce196b3436c74cbbffb68c98b8743c12e421930a.tar.gz |
sxhkd
Diffstat (limited to 'xbindkeys')
-rwxr-xr-x | xbindkeys/run | 5 |
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 |