diff options
author | Case Duckworth | 2022-04-02 12:38:05 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-02 12:38:05 -0500 |
commit | e0672f8f024b5d50101428c20dadf9e8053ee131 (patch) | |
tree | 36bf821a43db267e3fc992070fe2ea2da32ed6a8 | |
parent | Whitespace and formatting (diff) | |
download | etc-e0672f8f024b5d50101428c20dadf9e8053ee131.tar.gz etc-e0672f8f024b5d50101428c20dadf9e8053ee131.zip |
Fix XDG_RUNTIME_DIR
-rw-r--r-- | profile/xdg.sh | 4 |
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" | |||
22 | export LYNX_CFG="$XDG_CONFIG_HOME/lynx/lynx.cfg" | 22 | export LYNX_CFG="$XDG_CONFIG_HOME/lynx/lynx.cfg" |
23 | 23 | ||
24 | # Xorg | 24 | # Xorg |
25 | export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc" | 25 | export XDG_RUNTIME_DIR="${XDG_RUNTIME_DIR:-$HOME}" |
26 | export XSERVERRC="$XDG_CONFIG_HOME/X11/xserverrc" | ||
27 | export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" | ||