about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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"