diff options
-rw-r--r-- | .config/wmii/include.sh | 2 |
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" |