summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 14:46:07 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-12 14:46:07 -0400
commitc7fdd165d8d3ad7fe63b1acb5b0d6854eb01808d (patch)
tree283974b970f72da6a81a97fb4c66157e8c3077c9 /.config
parent5f34e1611857c472e6e20077b875fa97f27a8587 (diff)
add DISPLAY to the wmii mount directory
Diffstat (limited to '.config')
-rw-r--r--.config/wmii/include.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/wmii/include.sh b/.config/wmii/include.sh
index d4e58c3..2df89b7 100644
--- a/.config/wmii/include.sh
+++ b/.config/wmii/include.sh
@@ -4,7 +4,7 @@ if [ -z "$WMII_NAMESPACE" ]; then
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
. "$HOME/.wmii/util.sh"