mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-11 01:10:31 +00:00
added xset
This commit is contained in:
parent
803f27fe5a
commit
d797eba5f0
23
sheets/xset
Normal file
23
sheets/xset
Normal 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
|
Loading…
Reference in New Issue
Block a user