]> git.cameronkatri.com Git - dotfiles.git/blob - .config/bspwm/autostart.sh
neomutt trash, CVS_RSH
[dotfiles.git] / .config / bspwm / autostart.sh
1 #!/bin/sh
2
3 run() {
4 $@ &
5 }
6
7 run nitrogen ~/Pictures/WallpaperNew.png --set-scaled
8
9 xsetroot -cursor_name left_ptr
10 run sxhkd -c $HOME/.config/bspwm/sxhkdrc
11
12 run picom --experimental-backends --config $HOME/.config/bspwm/picom.conf
13
14 $HOME/.config/polybar/launch.sh
15
16 run dunst
17 run bat-check