From c7fdd165d8d3ad7fe63b1acb5b0d6854eb01808d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 12 Oct 2013 14:46:07 -0400 Subject: add DISPLAY to the wmii mount directory --- .config/wmii/include.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/wmii') 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" -- cgit v1.2.3-2-g168b