2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-11 01:10:31 +00:00

added xset

This commit is contained in:
Igor Chubin 2017-06-04 20:35:34 +00:00
parent 803f27fe5a
commit d797eba5f0

23
sheets/xset Normal file
View File

@ -0,0 +1,23 @@
# xset
# user preference utility for X
# Disable screen saver blanking
xset s off
# Change blank time to 1 hour
xset s 3600 3600
# Turn off DPMS
xset -dpms
# Disable DPMS and prevent screen from blanking
xset s off -dpms
# Turn off screen immediately
xset dpms force off
# Standby screen
xset dpms force standby
# Suspend screen
xset dpms force suspend