diff options
author | Guillermo Ramos | 2021-01-08 16:38:58 +0100 |
---|---|---|
committer | Guillermo Ramos | 2021-01-08 16:38:58 +0100 |
commit | cdad58733973d54f91571c758ddc200ef4225d64 (patch) | |
tree | 0aef0c346d7093e526830d001939949ac33cdbd8 /xbindkeys | |
parent | 56bd0500e9d4aa96823b7152f631fbbc95f52c4a (diff) | |
download | s6-services-cdad58733973d54f91571c758ddc200ef4225d64.tar.gz |
Remove debugging from xbindkeys
Diffstat (limited to 'xbindkeys')
-rwxr-xr-x | xbindkeys/run | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xbindkeys/run b/xbindkeys/run index a280cee..6e5b6e9 100755 --- a/xbindkeys/run +++ b/xbindkeys/run @@ -1,7 +1,5 @@ #!/bin/sh -set -x - xdg_runtime_dir=$(id -ur | sed 's:^:/run/user/:') test -d "$xdg_runtime_dir" || exit -1; |