From aa0fd63f6f5a06c1c48c6864ea2cc063054366af Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Tue, 15 Jun 2021 06:43:58 +0300 Subject: [PATCH] Use xscreensaver --- .xinitrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.xinitrc b/.xinitrc index 3fc68d5..21d3587 100644 --- a/.xinitrc +++ b/.xinitrc @@ -37,6 +37,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi +xset -dpms # disable DPMS (Energy Star) features. +xset s noblank # don't blank the video device + # Try to use the same scaling as my 4K monitor on my 768 laptop monitor xrandr --dpi 150 \ --output eDP1 --scale 1.5x1.5 @@ -47,6 +50,9 @@ nitrogen --restore & # Start the compositor picom & +# Start xscreensaver +xscreensaver --no-splash & + # Export some paths here that need to be picked up by # the dmenu export PATH=/snap/bin:$PATH