diff options
-rw-r--r-- | .config/bash/logout.sh | 2 | ||||
-rw-r--r-- | .config/login.sh | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/.config/bash/logout.sh b/.config/bash/logout.sh index a8b88c1..de4f5f7 100644 --- a/.config/bash/logout.sh +++ b/.config/bash/logout.sh @@ -5,5 +5,3 @@ if [ "$SHLVL" = 1 ]; then [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q fi - -make -C "$HOME" diff --git a/.config/login.sh b/.config/login.sh index c28ca17..e1650b2 100644 --- a/.config/login.sh +++ b/.config/login.sh @@ -71,8 +71,8 @@ export _JAVA_OPTIONS # X11 if [[ -z $XAUTHORITY ]]; then - #export XAUTHORITY="$HOME/.Xauthority" - export XAUTHORITY=$HOME/.runtime/Xauthority + export XAUTHORITY="$HOME/.Xauthority" + #export XAUTHORITY=$HOME/.runtime/Xauthority fi # D-Bus |