aboutsummaryrefslogtreecommitdiff
path: root/X/xinitrc.d/xbindkeys.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-24 17:25:24 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-24 17:25:24 +1300
commita9c7669e1d9e1e16bde23a0f51ccd1c573d037de (patch)
tree0e61b06b6af21af9f89bdd761e69ebd183fff3f4 /X/xinitrc.d/xbindkeys.sh
parentWork around trailing newlines in vr() (diff)
downloaddotfiles-a9c7669e1d9e1e16bde23a0f51ccd1c573d037de.tar.gz
dotfiles-a9c7669e1d9e1e16bde23a0f51ccd1c573d037de.zip
Remove SHLVL nested shell feature for now
Causes a bit too much curliness in configuration; may need a more comprehensive approach.
Diffstat (limited to 'X/xinitrc.d/xbindkeys.sh')
-rw-r--r--X/xinitrc.d/xbindkeys.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/X/xinitrc.d/xbindkeys.sh b/X/xinitrc.d/xbindkeys.sh
index b50f5c60..b76aebdd 100644
--- a/X/xinitrc.d/xbindkeys.sh
+++ b/X/xinitrc.d/xbindkeys.sh
@@ -1,3 +1,3 @@
# Start xbindkeys(1)
command -v xbindkeys >/dev/null 2>&1 || return
-(cd -- "$HOME" && SHLVL= xbindkeys -n) &
+(cd -- "$HOME" && xbindkeys -n) &