voidrice/.config/user-dirs.dirs
Hekuran f3a397a98e
for partial XDG supporting apps
calcurse keeps creating new configs at ~/ without these two lines
2020-03-29 11:39:48 +00:00

4 lines
92 B
Plaintext

XDG_DESKTOP_DIR="$HOME/"
XDG_CONFIG_HOME="$HOME/.config"
XDG_DATA_HOME="$HOME/.local/share"