ENH put x11 auth files in /run for all devices
This commit is contained in:
parent
65984caa74
commit
7955c8e89b
|
@ -38,8 +38,6 @@ RBENV_ROOT DEFAULT=${XDG_DATA_HOME}/rbenv
|
||||||
STACK_ROOT DEFAULT=${XDG_DATA_HOME}/stack
|
STACK_ROOT DEFAULT=${XDG_DATA_HOME}/stack
|
||||||
TEXMFHOME DEFAULT=${XDG_CONFIG_HOME}/texmf
|
TEXMFHOME DEFAULT=${XDG_CONFIG_HOME}/texmf
|
||||||
RXVT_SOCKET DEFAULT=${XDG_RUNTIME_DIR}/urxvt/urxvtd-node
|
RXVT_SOCKET DEFAULT=${XDG_RUNTIME_DIR}/urxvt/urxvtd-node
|
||||||
ICEAUTHORITY DEFAULT=${XDG_CACHE_DIR}/ICEauthority
|
|
||||||
XAUTHORITY DEFAULT=${XDG_RUNTIME_DIR}/Xauthority
|
|
||||||
XINITRC DEFAULT=${XDG_CONFIG_HOME}/X11/xinitrc
|
XINITRC DEFAULT=${XDG_CONFIG_HOME}/X11/xinitrc
|
||||||
XMONAD_CACHE_DIR DEFAULT=${XDG_CACHE_HOME}/xmonad
|
XMONAD_CACHE_DIR DEFAULT=${XDG_CACHE_HOME}/xmonad
|
||||||
XMONAD_CONFIG_DIR DEFAULT=${XDG_CONFIG_HOME}/xmonad
|
XMONAD_CONFIG_DIR DEFAULT=${XDG_CONFIG_HOME}/xmonad
|
||||||
|
@ -54,6 +52,8 @@ LESSHISTFILE DEFAULT=-
|
||||||
HISTFILE DEFAULT=${XDG_DATA_HOME}/zsh_history.log
|
HISTFILE DEFAULT=${XDG_DATA_HOME}/zsh_history.log
|
||||||
HISTSIZE DEFAULT=1000000
|
HISTSIZE DEFAULT=1000000
|
||||||
SAVEHIST DEFAULT=1000000
|
SAVEHIST DEFAULT=1000000
|
||||||
|
ICEAUTHORITY DEFAULT=${XDG_CACHE_DIR}/ICEauthority
|
||||||
|
XAUTHORITY DEFAULT=${XDG_RUNTIME_DIR}/Xauthority
|
||||||
ZDOTDIR DEFAULT=${XDG_CONFIG_HOME}/zsh
|
ZDOTDIR DEFAULT=${XDG_CONFIG_HOME}/zsh
|
||||||
|
|
||||||
# store passwords in gnupg directory (and then encrypt the entire thing with veracrypt)
|
# store passwords in gnupg directory (and then encrypt the entire thing with veracrypt)
|
||||||
|
|
Loading…
Reference in New Issue