ensure XDG_CONFIG_HOME is set

This commit is contained in:
do butterflies cry? 2026-03-03 11:37:45 +10:00
parent 423e9e13b2
commit cd3c1efa75

View file

@ -99,6 +99,7 @@
sessionVariables = {
# folder names with capitalisation look awful!
XDG_DOWNLOAD_DIR = "$HOME/downloads";
XDG_CONFIG_HOME = "$HOME/.config";
};
};