aboutsummaryrefslogblamecommitdiff
path: root/X/xinitrc
blob: b5041f8c297654a290667d6018714bb317ed4595 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                   
                           

                                               
                  
                        
 
                                                    
                
 




                                                
 

                      
# If a file ~/.xrandrrc exists for monitor setup, source that first
# shellcheck disable=SC1091
[ -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