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



                             
                  
                                       
 

                                                                           
                                                                         
                                                                  
 

                                 
 


                                              
                                                                            

                    


                   
                 
              
 
                    
              
 

                      
# Browser within X is firefox
BROWSER=firefox
export BROWSER

# Read X resources
xrdb "${XRESOURCES:-$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 a random background image
xrbg

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

# Start mpdlrc-notify-send <https://sanctum.geek.nz/cgit/mpldlrc.git/about/>
mpdlrc-notify-send &

# Start redshift(1)
redshift &

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

# Start xbindkeys(1)
xbindkeys -n &

# Start window manager
exec i3