diff options
author | self <self@sateoki.xyz> | 2022-03-11 21:56:54 +0000 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-03-11 21:56:54 +0000 |
commit | 0a66fc7cb04308315977dd466c93c332a7a04366 (patch) | |
tree | 1228e091d0142e8ec64f9c0ed316cdf0898bf5a1 /dwm/autostart_blocking_sah.sh | |
parent | 23f50f2cc73db7b534a413b2303c2fca98b19218 (diff) |
Added dwmblocks / st autostart for sah
Diffstat (limited to 'dwm/autostart_blocking_sah.sh')
-rwxr-xr-x | dwm/autostart_blocking_sah.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dwm/autostart_blocking_sah.sh b/dwm/autostart_blocking_sah.sh index f06324c..f8aabd7 100755 --- a/dwm/autostart_blocking_sah.sh +++ b/dwm/autostart_blocking_sah.sh @@ -1,5 +1,6 @@ #!/bin/sh feh --bg-scale $(shuf -n1 -e ~/bgs/*) - +dwmblocks & +st & |