diff options
Diffstat (limited to '.config/wmii-hg/include.sh')
-rw-r--r-- | .config/wmii-hg/include.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/wmii-hg/include.sh b/.config/wmii-hg/include.sh index f8c4e0d..788e2af 100644 --- a/.config/wmii-hg/include.sh +++ b/.config/wmii-hg/include.sh @@ -8,8 +8,9 @@ if [[ -z "$WMII_NAMESPACE" ]]; then export WMII_NAMESPACE="$(wmiir namespace)" fi if [[ -z "$WMII_DIR" ]]; then - export WMII_DIR="${XDG_RUNTIME_DIR}/n/wmii${DISPLAY}" + export WMII_DIR="${XDG_RUNTIME_DIR}/wmii${DISPLAY}" fi +. workarounds.sh . util.sh . config.sh |