diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-15 18:59:51 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-15 20:22:27 -0400 |
commit | 3515a46d330af1d09bf1e0b963c13a86c2dbe8a8 (patch) | |
tree | 8862698a19089536b132c00168fa7cf968057702 /.wmii | |
parent | b18a02654e2c8b4a91f7c97352b75464e24c6edb (diff) |
wmii: touch up
Diffstat (limited to '.wmii')
-rw-r--r-- | .wmii/config.sh | 2 | ||||
-rw-r--r-- | .wmii/fixes.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.wmii/config.sh b/.wmii/config.sh index 4c2da38..1dac0ad 100644 --- a/.wmii/config.sh +++ b/.wmii/config.sh @@ -34,7 +34,7 @@ Event() { # Configure wmii < "`conffile tagrules`" expand_variables >> $WMII_DIR/tagrules < "`conffile ctl-init`" expand_variables >> $WMII_DIR/ctl - scansection Key|cut -sf2 >> $WMII_DIR/keys + scansection Key | cut -sf2 >> $WMII_DIR/keys # Configure X11 xsetroot -solid "$WMII_BACKGROUND" diff --git a/.wmii/fixes.sh b/.wmii/fixes.sh index 6e1f38b..aa09157 100644 --- a/.wmii/fixes.sh +++ b/.wmii/fixes.sh @@ -5,7 +5,7 @@ # Usage: ls DIRECTORY # Linux's 9p kernel module sometimes omits entries in directory listings ## -unalias ls 2>/dev/null +unalias ls &>/dev/null ls() { real_ls="`which ls` -1F" [ $# = 0 ] && set -- "`pwd`" |