for partial XDG supporting apps (#523)
calcurse keeps creating new configs at ~/ without these two lines
This commit is contained in:
parent
bd4d537926
commit
97cd22f7fc
1 changed files with 2 additions and 0 deletions
|
@ -1 +1,3 @@
|
||||||
XDG_DESKTOP_DIR="$HOME/"
|
XDG_DESKTOP_DIR="$HOME/"
|
||||||
|
XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
XDG_DATA_HOME="$HOME/.local/share"
|
||||||
|
|
Loading…
Reference in a new issue