Use xscreensaver

This commit is contained in:
Victor Timofei 2021-06-15 06:43:58 +03:00
parent 7d87a6fa91
commit aa0fd63f6f
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 6 additions and 0 deletions

View File

@ -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