diff options
Diffstat (limited to 'dwm/autostart_blocking_otg.sh')
-rwxr-xr-x | dwm/autostart_blocking_otg.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dwm/autostart_blocking_otg.sh b/dwm/autostart_blocking_otg.sh index 29aaa68..3611f9f 100755 --- a/dwm/autostart_blocking_otg.sh +++ b/dwm/autostart_blocking_otg.sh @@ -1,3 +1,5 @@ #!/bin/sh feh --bg-scale $(shuf -n1 -e ~/bgs/*) +dwmblocks & +st & |