summaryrefslogblamecommitdiffstats
path: root/scripts/run.sh
blob: 2cbb3f2ceb66571b676f8a1c29c66224ef325c8b (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                            
#!/bin/sh

xrdb merge ~/.Xresources 
xbacklight -set 10 &
feh --bg-fill ~/Pictures/wall/gruv.jpeg &
xset r rate 200 50 &
picom &

~/.config/chadwm/scripts/./bar.sh &
while type dwm >/dev/null; do dwm && continue || break; done