summaryrefslogtreecommitdiff
path: root/dwm/autostart_blocking_sah.sh
blob: 91f439c0d81c601a8b0dd2946942bab4b4b4c230 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

feh --bg-scale $(shuf -n1 -e ~/bgs/*)
dwmblocks &
st &

# Notifications
dunst &