[Linux] Disable screensaver in xinitrc
This commit is contained in:
parent
b8e956c4ea
commit
c681245254
@ -1,3 +1,7 @@
|
||||
# -*- mode: sh -*-
|
||||
setxkbmap -layout "$(setxkbmap -print | awk -F + '/xkb_symbols/ {print $2}')" -option ctrl:nocaps
|
||||
xrdb -merge "$HOME/.Xresources"
|
||||
|
||||
# Disable screensaver
|
||||
setterm -blank 0 -powersave off -powerdown 0
|
||||
xset s off
|
||||
|
Loading…
Reference in New Issue
Block a user