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:
|
# USAGE:
|
||||||
# This script is sourced by both .xinitrc and .xprofile
|
# This script is sourced by both .xinitrc and .xprofile
|
||||||
xset s off
|
# Disable DPMS and prevent screen from blanking
|
||||||
xset s noblank
|
xset s off -dpms
|
||||||
xset -dpms
|
|
||||||
|
|
||||||
# Set keyboard layout
|
# Set keyboard layout
|
||||||
setxkbmap -model pc105 -layout ch
|
setxkbmap -model pc105 -layout ch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue