This commit is contained in:
2025-08-09 14:41:44 +02:00
parent b57943ee4b
commit d23df8df84
25 changed files with 463 additions and 159 deletions

8
home/.profile Normal file
View File

@@ -0,0 +1,8 @@
# XDG Base Directory Specification
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
# For compatibility with apps that support runtime dir (like systemd-based services)
export XDG_RUNTIME_DIR="/run/user/$(id -u)"