diff --git a/resources/xorg.conf b/resources/xorg.conf index d30aaffd..0e815652 100644 --- a/resources/xorg.conf +++ b/resources/xorg.conf @@ -4,6 +4,10 @@ Section "ServerLayout" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "Xinerama" "0" + Option "StandbyTime" "0" + Option "SuspendTime" "0" + Option "OffTime" "0" + Option "BlankTime" "0" EndSection Section "InputDevice" @@ -24,11 +28,13 @@ Section "Monitor" Identifier "DVI-D-0" Option "Primary" "true" Option "DPI" "96 x 96" + Option "DPMS" "false" EndSection Section "Monitor" Identifier "HDMI-0" Option "Above" "DVI-D-0" + Option "DPMS" "false" EndSection Section "Device"