diff options
-rw-r--r-- | .config/wmii-hg/include.sh | 4 | ||||
-rw-r--r-- | .local/lib/xdg.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.config/wmii-hg/include.sh b/.config/wmii-hg/include.sh index 23a8e4a..bd9456f 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="$HOME/n/wmii${DISPLAY}" fi . util.sh diff --git a/.local/lib/xdg.sh b/.local/lib/xdg.sh index 2f3758a..28c7e64 100644 --- a/.local/lib/xdg.sh +++ b/.local/lib/xdg.sh @@ -8,7 +8,7 @@ [[ -n $XDG_DATA_HOME ]] || export XDG_DATA_HOME="$HOME/.local/share" [[ -n $XDG_CONFIG_HOME ]] || export XDG_CONFIG_HOME="$HOME/.config" [[ -n $XDG_DATA_DIRS ]] || export XDG_DATA_DIRS="/usr/local/share/:/usr/share/" -[[ -n $XDG_CONFIG_IRS ]] || export XDG_CONFIG_DIRS="/etc/xdg" +[[ -n $XDG_CONFIG_DIRS ]] || export XDG_CONFIG_DIRS="/etc/xdg" [[ -n $XDG_CACHE_HOME ]] || export XDG_CACHE_HOME="$HOME/.cache" # Check if XDG_RUNTIME_DIR is set, but has a bogus setting |