mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-11-05 17:58:04 +09:00
7aca4ec3b0
Add option to enable/disable screen blanking Simplify source package
12 lines
247 B
Plaintext
12 lines
247 B
Plaintext
Section "Extensions"
|
|
Option "DPMS" "Disable"
|
|
EndSection
|
|
|
|
Section "ServerLayout"
|
|
Identifier "ServerLayout0"
|
|
Option "StandbyTime" "0"
|
|
Option "SuspendTime" "0"
|
|
Option "OffTime" "0"
|
|
Option "BlankTime" "0"
|
|
EndSection
|