summaryrefslogtreecommitdiff
path: root/.config/wmii-hg/include.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/wmii-hg/include.sh')
-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 bd9456f..f9e3078 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${DISPLAY}"
+ export WMII_DIR="${XDG_RUNTIME_DIR}/n/wmii${DISPLAY}"
fi
. util.sh