dotfiles

Personal dotfiles
git clone git://git.laack.co/dotfiles.git
Log | Files | Refs

xinitrc (257B)


      1 ( while true; do /home/andrew/bin/statusbar.sh; sleep 5; done ) &
      2 
      3 
      4 #/home/andrew/.fehbg &
      5 #picom &
      6 #qutebrowser &
      7 #thunderbird &
      8 
      9 xset -dpms
     10 xset s off
     11 
     12 dunst &
     13 
     14 dbus-update-activation-environment --systemd DISPLAY
     15 
     16 while true; do dwm 2> ~/.dwm.log ; done