Disable display standby & screensaver

This commit is contained in:
David Holland 2020-09-06 13:10:37 +02:00
parent dee02a8bf4
commit a84a5eccba
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 3 additions and 0 deletions

View File

@ -29,7 +29,10 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
fi
setxkbmap "us,us" ",intl" "grp:shifts_toggle"
xset m 1 1
xset -dmps
xset s off
xsetroot -cursor_name left_ptr
export _JAVA_AWT_WM_NONPARENTING=1