aboutsummaryrefslogtreecommitdiff
path: root/X
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
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')
-rw-r--r--X/xinitrc.d/shlvl.sh2
-rw-r--r--X/xinitrc.d/xbindkeys.sh2
2 files changed, 1 insertions, 3 deletions
diff --git a/X/xinitrc.d/shlvl.sh b/X/xinitrc.d/shlvl.sh
deleted file mode 100644
index 0e3bad04..00000000
--- a/X/xinitrc.d/shlvl.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-# Reset SHLVL
-unset SHLVL
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) &