summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2023-05-22 20:20:13 +0530
committerkrolyxon <krolyxon@tutanota.com>2023-05-22 20:20:13 +0530
commit042f3a9f2eb0a68d81c861b07e75e95f413e1ef2 (patch)
treeafe42023030c535840bbfaa24e42b30fc3d5c36d
parent73448d0efe2a9874faae902486ec81772037045c (diff)
add XDG_STATE_HOME variable
-rw-r--r--.config/shell/profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 324f410..0ba25f5 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -7,6 +7,7 @@ export BROWSER="librewolf"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
+ecport XDG_STATE_HOME="$HOME/.local/state"
export XDG_CACHE_HOME="$HOME/.cache"
export XAUTHORITY=/tmp/Xauthority # This causes other window managers to break, who cares anyways?