environment: xdg: Add system directories
This commit is contained in:
parent
992e6d8ca1
commit
717d096d5b
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ XDG_CACHE_HOME=$HOME/.cache
|
|||
XDG_DATA_HOME=$HOME/.local/share
|
||||
XDG_STATE_HOME=$HOME/.local/state
|
||||
|
||||
XDG_CONFIG_DIRS=/etc/xdg
|
||||
XDG_DATA_DIRS=/usr/local/share:/usr/share
|
||||
|
||||
XDG_SESSION_TYPE=tty
|
||||
XDG_SESSION_DESKTOP=sway
|
||||
XDG_CURRENT_DESKTOP=sway
|
||||
|
|
Loading…
Reference in a new issue