jwm-xinit.sh (550B)
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 (sleep 6 && picom --backend xrender --vsync) & 12 13 # Night-shift 14 (sleep 16 && gammastep -O 5200) & 15 16 # Alt Tab 17 . ~/.config/regexghost/current-theme.sh 18 (sleep 6 && alttab -font "xft:Fira Code-11" -bg "#${BACKGROUND_GREY}" -fg "#${FOREGROUND_WHITE}" -frame "#${GREEN}" -t 110x80) & 19 20 # Window manager 21 exec jwm 2> ~/.cache/xsession-errors