summaryrefslogtreecommitdiff
path: root/src/xorg/_xinitrc
blob: 841baea3e7a55bee14f902f765a22de4a606869c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Source "http://git.hiddenalpha.ch/dotfiles.git/tree/src/xorg/_xinitrc"

#xset mouse 3/1 0  # mouse acceleration

# Thx to "https://raspberrypi.stackexchange.com/a/753"
xset s off      # screensaver
xset -dpms      # disable DPMS (Energy Star) features
xset s noblank  # don't blank the video device

# Or as a CopyPasta oneliner:
# xset s off && xset -dpms && xset s noblank

exec /etc/alternatives/x-session-manager