summaryrefslogblamecommitdiffstats
path: root/.xinitrc
blob: 0e71ef24df9f0038d7d67aca064fda77c4d0f89d (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                                   
                   
 
 

                                                               


            

                                    
                                                     
           
                
        

               
        
 
        
statusbar() {
    acpi -b | awk '{print $4}' | sed 's/,//;/100/d'
    date '+%F | %R'
}

while true; do
    xsetroot -name "$(statusbar | sed -z 's/\n/ | /g;s/ *$//')"
    sleep 1m
done &

export _JAVA_AWT_WM_NONREPARENTING=1

compton --config /dev/null -bfD3 --xrender-sync-fence
wmname LG3D
unclutter --fork
numlockx
xset dpms 0 0 0
xset s off
~/.fehbg

exec dwm