From: Silvio Rhatto Date: Fri, 31 Jul 2020 10:49:49 +0000 (-0300) Subject: Do not start xscreensaver X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=02bfcc11c3973a7dfc9eaee0eb7f1b8df0f07b5d;p=rhatto%2Fdotfiles%2Fxsession.git Do not start xscreensaver --- diff --git a/xsessionrc.dot.link b/xsessionrc.dot.link index a77b3a6..1c738d2 100755 --- a/xsessionrc.dot.link +++ b/xsessionrc.dot.link @@ -38,9 +38,9 @@ if [ ! -z "$OUTPUT" ] && xrandr | grep -q "^$OUTPUT connected"; then fi # Start xscreensaver -if [ -e "/usr/bin/xscreensaver" ]; then - xscreensaver -no-splash & -fi +#if [ -e "/usr/bin/xscreensaver" ]; then +# xscreensaver -no-splash & +#fi # Set background if [ "$BACKGROUND" = "all" ]; then