diff options
author | otg <otg@sateoki.xyz> | 2022-03-10 17:06:28 +0000 |
---|---|---|
committer | otg <otg@sateoki.xyz> | 2022-03-10 17:06:28 +0000 |
commit | 92e2c67a8f361d1dae4d754dde9935ff50bfe026 (patch) | |
tree | 33649a99d88b21a0cabeb638492dd12690d97db6 /dwm/autostart_blocking_otg.sh | |
parent | d38888f61d0d9c433dc1177c77f89114e944acc8 (diff) |
Added st to autostart for dwm
Diffstat (limited to 'dwm/autostart_blocking_otg.sh')
-rwxr-xr-x | dwm/autostart_blocking_otg.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm/autostart_blocking_otg.sh b/dwm/autostart_blocking_otg.sh index a577de7..3611f9f 100755 --- a/dwm/autostart_blocking_otg.sh +++ b/dwm/autostart_blocking_otg.sh @@ -2,3 +2,4 @@ feh --bg-scale $(shuf -n1 -e ~/bgs/*) dwmblocks & +st & |