From e0672f8f024b5d50101428c20dadf9e8053ee131 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 2 Apr 2022 12:38:05 -0500 Subject: Fix XDG_RUNTIME_DIR --- profile/xdg.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/profile/xdg.sh b/profile/xdg.sh index caa1a9a..7d0ed61 100644 --- a/profile/xdg.sh +++ b/profile/xdg.sh @@ -22,6 +22,4 @@ export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat" export LYNX_CFG="$XDG_CONFIG_HOME/lynx/lynx.cfg" # Xorg -export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc" -export XSERVERRC="$XDG_CONFIG_HOME/X11/xserverrc" -export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" +export XDG_RUNTIME_DIR="${XDG_RUNTIME_DIR:-$HOME}" -- cgit 1.4.1-21-gabe81