aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/shell/env12
1 files changed, 7 insertions, 5 deletions
diff --git a/.config/shell/env b/.config/shell/env
index 8c55810..b69ce13 100644
--- a/.config/shell/env
+++ b/.config/shell/env
@@ -34,12 +34,14 @@ fi
export DMENU_OPTS='-i -fn "Liberation Mono:pixelsize=13" -nb "#000" -nf "#fff" -sb "#4c679a" -l 15 -dim 0.5 -o 0.9'
# Set XDG directories
-export XDG_DATA_HOME="${HOME}/.local/share"
-export XDG_CONFIG_HOME="${HOME}/.config"
-export XDG_DATA_DIRS="/usr/local/share/:/usr/share/"
+export XDG_CACHE_HOME="$HOME/.cache"
+export XDG_CONFIG_HOME="$HOME/.config"
+export XDG_DATA_HOME="$HOME/.local/share"
+export XDG_STATE_HOME="$HOME/.local/state"
+
export XDG_CONFIG_DIRS="/etc/xdg/"
-export XDG_CACHE_HOME="${HOME}/.cache"
-export XDG_TEMPLATES_DIR="${HOME}/.local/templates"
+export XDG_DATA_DIRS="/usr/local/share/:/usr/share/"
+export XDG_TEMPLATES_DIR="$HOME/.local/templates"
#export XDG_RUNTIME_DIR=""
# export gpg-agent