From 7955c8e89b2a441ec02817cd69e365f93241bc0d Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Wed, 16 Jun 2021 17:32:13 -0400 Subject: [PATCH] ENH put x11 auth files in /run for all devices --- dot_pam_environment.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_pam_environment.tmpl b/dot_pam_environment.tmpl index 9c87032..cfd7061 100644 --- a/dot_pam_environment.tmpl +++ b/dot_pam_environment.tmpl @@ -38,8 +38,6 @@ RBENV_ROOT DEFAULT=${XDG_DATA_HOME}/rbenv STACK_ROOT DEFAULT=${XDG_DATA_HOME}/stack TEXMFHOME DEFAULT=${XDG_CONFIG_HOME}/texmf 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 XMONAD_CACHE_DIR DEFAULT=${XDG_CACHE_HOME}/xmonad XMONAD_CONFIG_DIR DEFAULT=${XDG_CONFIG_HOME}/xmonad @@ -54,6 +52,8 @@ LESSHISTFILE DEFAULT=- HISTFILE DEFAULT=${XDG_DATA_HOME}/zsh_history.log HISTSIZE DEFAULT=1000000 SAVEHIST DEFAULT=1000000 +ICEAUTHORITY DEFAULT=${XDG_CACHE_DIR}/ICEauthority +XAUTHORITY DEFAULT=${XDG_RUNTIME_DIR}/Xauthority ZDOTDIR DEFAULT=${XDG_CONFIG_HOME}/zsh # store passwords in gnupg directory (and then encrypt the entire thing with veracrypt)