add XDG_STATE_HOME variable

This commit is contained in:
krolyxon 2023-05-22 20:20:13 +05:30
parent 73448d0efe
commit 042f3a9f2e
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ export BROWSER="librewolf"
export XDG_CONFIG_HOME="$HOME/.config" export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share" export XDG_DATA_HOME="$HOME/.local/share"
ecport XDG_STATE_HOME="$HOME/.local/state"
export XDG_CACHE_HOME="$HOME/.cache" export XDG_CACHE_HOME="$HOME/.cache"
export XAUTHORITY=/tmp/Xauthority # This causes other window managers to break, who cares anyways? export XAUTHORITY=/tmp/Xauthority # This causes other window managers to break, who cares anyways?