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
















                                                    
                    
#!/bin/sh
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
redshift -m REDSHIFT_MODE  -l 44.22:-76.48 -t 6500:2500 &
${HOME}/bin/icd
# xcompmgr &
trayer --tint black --edge top --SetDockType true --SetPartialStrut true \
  --expand true --width 10 --transparent true --height 12 --align right &
xscreensaver -no-splash &
${HOME}/.dzen/battery.sh &
urxvtd -q -f -o &
urxvtc &
${HOME}/.screenlayout/nu-home.sh && nitrogen --restore
if [ "True" = "True" ]; then
    sh bin/startaudio &
fi

# Synaptics:
synclient HorizTwoFingerScroll=0 || true
synclient HorizEdgeScroll=1 || true
# Enable circular scrolling with top edge activating
synclient CircularScrolling=1 || true
synclient CircScrollTrigger=1 || true
# One finger is left click
synclient TapButton1=1 || true
# Two is right click
synclient TapButton2=3 || true
# Three is middle click
synclient TapButton3=2 || true
# Enable coasting
synclient CoastingSpeed=5
synclient CoastingFriction=30

exec /usr/bin/xmonad