summaryrefslogtreecommitdiff
path: root/.config/login.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-04-16 03:08:41 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-04-21 13:27:02 -0400
commit6a9d6a88f21ef48464905f0ed4135d868704846d (patch)
tree632fe0a4d275f381de5962a3dcb9d4b1773aff87 /.config/login.sh
parent2a7c3a704093cc9008c8f5cbf026713ba8192a48 (diff)
do away with ~/.sessions
Diffstat (limited to '.config/login.sh')
-rw-r--r--.config/login.sh11
1 files changed, 5 insertions, 6 deletions
diff --git a/.config/login.sh b/.config/login.sh
index 3c29c99..c28ca17 100644
--- a/.config/login.sh
+++ b/.config/login.sh
@@ -28,8 +28,7 @@ export TMPDIR="$HOME/tmp"
# XDG ################################################################
. "$HOME/.local/lib/xdg.sh"
-mkdir -p -- "$XDG_RUNTIME_DIR/sessions"
-ln -sfT -- "$XDG_RUNTIME_DIR/sessions" ~/.sessions
+ln -sfT -- "$XDG_RUNTIME_DIR" ~/.runtime
# Settings ###########################################################
@@ -52,10 +51,10 @@ if [[ -z $GPGKEY ]] && [[ -f "${HOME}/.gnupg/gpg.conf" ]]; then
echo 'login: Setting GPGKEY'
export GPGKEY=`sed -nr 's/^\s*default-key\s+//p' "${HOME}/.gnupg/gpg.conf"`
fi
-if [[ -f ~/.sessions/gpg ]]; then
+if [[ -f ~/.runtime/gpg ]]; then
echo 'login: Setting gpg-agent info:'
- cat ~/.sessions/gpg
- . ~/.sessions/gpg
+ cat ~/.runtime/gpg
+ . ~/.runtime/gpg
export GPG_AGENT_INFO
#export SSH_AUTH_SOCK
fi
@@ -73,7 +72,7 @@ export _JAVA_OPTIONS
# X11
if [[ -z $XAUTHORITY ]]; then
#export XAUTHORITY="$HOME/.Xauthority"
- export XAUTHORITY=$HOME/.sessions/Xauthority
+ export XAUTHORITY=$HOME/.runtime/Xauthority
fi
# D-Bus