diff options
Diffstat (limited to 'profile/xdg.sh')
-rw-r--r-- | profile/xdg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile/xdg.sh b/profile/xdg.sh index ed58c4f..71ab6bb 100644 --- a/profile/xdg.sh +++ b/profile/xdg.sh | |||
@@ -22,9 +22,9 @@ 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 XDG_RUNTIME_DIR="${XDG_RUNTIME_DIR:-$HOME}" | ||
25 | export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc" | 26 | export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc" |
26 | export XSERVERRC="$XDG_CONFIG_HOME/X11/xserverrc" | 27 | export XSERVERRC="$XDG_CONFIG_HOME/X11/xserverrc" |
27 | export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority" | ||
28 | 28 | ||
29 | # Notmuch | 29 | # Notmuch |
30 | export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:=$HOME/.config}/notmuch/config" | 30 | export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:=$HOME/.config}/notmuch/config" |