1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
#!/bin/sh feh --bg-scale "$(shuf -n1 -e ~/bgs/*)" --no-fehbg if ! pgrep dwmblocks >/dev/null ; then dwmblocks & fi alacritty & setxkbmap -option caps:swapescape # Notifications if ! pgrep dunst >/dev/null ; then dunst & fi