[Linux] Disable screensaver in xinitrc

This commit is contained in:
Ivan Malison 2016-09-22 21:37:04 -07:00
parent b8e956c4ea
commit c681245254
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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