Prevent screen blanking
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
edc6fd0420
commit
100c16e161
1 changed files with 2 additions and 3 deletions
|
@ -12,9 +12,8 @@
|
|||
#
|
||||
# USAGE:
|
||||
# This script is sourced by both .xinitrc and .xprofile
|
||||
xset s off
|
||||
xset s noblank
|
||||
xset -dpms
|
||||
# Disable DPMS and prevent screen from blanking
|
||||
xset s off -dpms
|
||||
|
||||
# Set keyboard layout
|
||||
setxkbmap -model pc105 -layout ch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue