ENH put x11 auth files in /run for all devices

This commit is contained in:
Nathan Dwarshuis 2021-06-16 17:32:13 -04:00
parent 65984caa74
commit 7955c8e89b
1 changed files with 2 additions and 2 deletions

View File

@ -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)