diff options
-rw-r--r-- | .xinitrc | 7 | ||||
-rwxr-xr-x | dwm/autostart_blocking_otg.sh | 2 | ||||
-rwxr-xr-x | dwm/autostart_otg.sh | 1 |
3 files changed, 2 insertions, 8 deletions
@@ -10,13 +10,6 @@ session=${1:-dwm} run_dwm() { # Run all applications that go hand in hand w/ dwm - # dwmblocks & - - # Start-up apps for dwm - st & - librewolf & - keepassxc & - discord & while true do 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 & 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 |