summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-21 16:11:16 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-21 16:11:16 -0400
commitd65775a22e1648eca8e74389a4d9c1c299017cf3 (patch)
treede685e3f48b61968f60bac15aa2de6fff5f3f739 /.config
parent927aedb7605bba96a6ea2fc707ab026946b4d2b0 (diff)
parentab764565762ea507c642c4c422d5980b06279c9c (diff)
Merge branch 'master' of gitorious.org:lukeshu-dotfiles/lukeshu-dotfiles
Diffstat (limited to '.config')
-rw-r--r--.config/wmii-hg/include.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/wmii-hg/include.sh b/.config/wmii-hg/include.sh
index 38551aa..bd9456f 100644
--- a/.config/wmii-hg/include.sh
+++ b/.config/wmii-hg/include.sh
@@ -1,10 +1,10 @@
#!/bin/bash
if [[ -z "$WMII_NAMESPACE" ]]; then
- export WMII_NAMESPACE="`wmiir namespace`"
+ export WMII_NAMESPACE="`wmiir namespace`"
fi
if [[ -z "$WMII_DIR" ]]; then
- export WMII_DIR="$HOME/n/wmii"
+ export WMII_DIR="$HOME/n/wmii${DISPLAY}"
fi
. util.sh