aboutsummaryrefslogtreecommitdiff
path: root/X/xinitrc
blob: e86cac4d7a4b55fd0d44e1ffe642ea6255729442 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# If a file ~/.xrandrrc exists for monitor setup, source that first
[ -e "$HOME"/.xrandrrc ] && . "$HOME"/.xrandrrc

# Read X resources
xrdb "$HOME"/.Xresources

# Faster mouse acceleration with a natural threshold
xset mouse 5/2 0

# Load all supplementary scripts in ~/.xinitrc.d
for sh in "$HOME"/.xinitrc.d/*.sh ; do
    [ -e "$sh" ] && . "$sh"
done
unset -v sh

# Start window manager
exec i3