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


                        

                                                                           
                                                                         
                                                                  

                        

                                                                       
 


                                              


                   
                 
              
 
                    
              
 


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

# Map Caps Lock as a Ctrl key, use right alt as Compose, kill X server with
# Ctrl+Alt+Backspace
# <https://en.wikipedia.org/wiki/Compose_key#Common_compose_combinations>
setxkbmap -option compose:ralt,ctrl:nocaps,terminate:ctrl_alt_bksp

# Apply background image
# Edited cover of Darkthrone's 1992 album "A Blaze in the Northern Sky"
feh --bg-scale --no-fehbg -- "$HOME"/.xbackgrounds/blaze.jpg

# Start dunst(1) to display libnotify messages
dunst &

# Start redshift(1)
redshift &

# Start urxvtd(1)
urxvtd -o -q &

# Start xbindkeys(1)
xbindkeys -n &

# Start window manager
exec i3