From fbe17d51cc2d52261721a46ee54d5dc8f32db3eb Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Fri, 15 May 2026 21:04:16 -0400 Subject: lots of changes for new setup --- .bash_profile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index f807124..ba43ca0 100644 --- a/.bash_profile +++ b/.bash_profile @@ -21,6 +21,12 @@ else chmod 0700 "${XDG_RUNTIME_DIR}" fi +# Create other XDG directories +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" + # Auto-start wm on tty1 if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then exec mango -- cgit v1.2.3