xdg material moved to zprofile

This commit is contained in:
Luke Smith
2020-04-09 16:56:47 -04:00
parent 4814403bbf
commit 6759e561c8
3 changed files with 3 additions and 3 deletions

View File

@@ -18,6 +18,8 @@ export STATUSBAR="${LARBSWM}blocks"
eval "$(sed 's/^[^#].*/export &/g;t;d' ~/.config/user-dirs.dirs)"
# ~/ Clean-up:
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
#export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" # This line will break some DMs.
export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/notmuch-config"
export GTK2_RC_FILES="${XDG_CONFIG_HOME:-$HOME/.config}/gtk-2.0/gtkrc-2.0"