From 442bb340cd83587f565c05cb576c9ea186131923 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 3 Apr 2018 02:26:19 +0300 Subject: [PATCH] .shellrc: Remove .Xauthority on exit from X --- .shellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shellrc b/.shellrc index b4b4e05..0cfd207 100644 --- a/.shellrc +++ b/.shellrc @@ -408,7 +408,7 @@ fi if [ "$SHLVL" -eq 1 ] && which startx >/dev/null 2>&1; then - X() { startx >> .Xserver.log 2>&1; cyr; } + X() { startx >> .Xserver.log 2>&1; cyr; rm -f .Xauthority; } fi x() { exit; } -- 2.39.2