diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-07-31 07:49:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-07-31 07:49:49 -0300 |
commit | 02bfcc11c3973a7dfc9eaee0eb7f1b8df0f07b5d (patch) | |
tree | dcf63fc7e068d4856215997cb4d49b11587a144c | |
parent | 2a90049496c610d2580e10a7b0dc0e1a7d236346 (diff) | |
download | xsession-02bfcc11c3973a7dfc9eaee0eb7f1b8df0f07b5d.tar.gz xsession-02bfcc11c3973a7dfc9eaee0eb7f1b8df0f07b5d.tar.bz2 |
Do not start xscreensaver
-rwxr-xr-x | xsessionrc.dot.link | 6 |
1 files changed, 3 insertions, 3 deletions
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 |