diff options
author | otg <otg@sateoki.xyz> | 2022-03-10 17:04:07 +0000 |
---|---|---|
committer | otg <otg@sateoki.xyz> | 2022-03-10 17:04:07 +0000 |
commit | d38888f61d0d9c433dc1177c77f89114e944acc8 (patch) | |
tree | 2417a1d5e2e6ab28902b34bb1fec6482a183dc7f | |
parent | 5bf3cb28d050695120214043ec09dd9292e33d8d (diff) |
Moved dwmblocks to autostart_blocking
-rwxr-xr-x | dwm/autostart_blocking_otg.sh | 1 | ||||
-rwxr-xr-x | dwm/autostart_otg.sh | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/dwm/autostart_blocking_otg.sh b/dwm/autostart_blocking_otg.sh index 29aaa68..a577de7 100755 --- a/dwm/autostart_blocking_otg.sh +++ b/dwm/autostart_blocking_otg.sh @@ -1,3 +1,4 @@ #!/bin/sh feh --bg-scale $(shuf -n1 -e ~/bgs/*) +dwmblocks & diff --git a/dwm/autostart_otg.sh b/dwm/autostart_otg.sh index 1af7db1..13b9bb0 100755 --- a/dwm/autostart_otg.sh +++ b/dwm/autostart_otg.sh @@ -1,4 +1,3 @@ #!/bin/sh picom -dwmblocks |