summaryrefslogtreecommitdiff
path: root/dwm/autostart_blocking_sah.sh
blob: e1bd9018b3c0b96e6354bcb680fd910bb73e6c2a (plain) (blame)
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