summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 19:19:27 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 19:19:27 -0400
commitab764565762ea507c642c4c422d5980b06279c9c (patch)
tree616956010700127680d34135bf2861f1e1cc70c0
parent866a5b46f2112e7f32c2ee842233fb64c268d610 (diff)
wmii-hg: set the WMII_DIR to include DISPLAY, use tab for indent
-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