about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-04-02 12:38:05 -0500
committerCase Duckworth2022-04-02 12:38:05 -0500
commite0672f8f024b5d50101428c20dadf9e8053ee131 (patch)
tree36bf821a43db267e3fc992070fe2ea2da32ed6a8
parentWhitespace and formatting (diff)
downloadetc-e0672f8f024b5d50101428c20dadf9e8053ee131.tar.gz
etc-e0672f8f024b5d50101428c20dadf9e8053ee131.zip
Fix XDG_RUNTIME_DIR
-rw-r--r--profile/xdg.sh4
1 files changed, 1 insertions, 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"
22export LYNX_CFG="$XDG_CONFIG_HOME/lynx/lynx.cfg" 22export LYNX_CFG="$XDG_CONFIG_HOME/lynx/lynx.cfg"
23 23
24# Xorg 24# Xorg
25export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc" 25export XDG_RUNTIME_DIR="${XDG_RUNTIME_DIR:-$HOME}"
26export XSERVERRC="$XDG_CONFIG_HOME/X11/xserverrc"
27export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority"