dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

jwm-xinit.sh (273B)


      1 #!/bin/sh
      2 
      3 # lemonbar
      4 (sleep 10 && ~/.local/share/regexghost/panel/lemonbar-runner.sh) &
      5 
      6 # Wallpaper
      7 (sleep 8 && feh --bg-fill --no-fehbg ~/.config/regexghost/wallpaper.jpg) &
      8 
      9 # Compositor
     10 (sleep 6 && xcompmgr -n) &
     11 
     12 # Window manager
     13 exec jwm 2> ~/.cache/xsession-errors