Disable display standby & screensaver
This commit is contained in:
parent
dee02a8bf4
commit
a84a5eccba
1 changed files with 3 additions and 0 deletions
3
.xinitrc
3
.xinitrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue