summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.xinitrc7
-rwxr-xr-xdwm/autostart_blocking_otg.sh2
-rwxr-xr-xdwm/autostart_otg.sh1
3 files changed, 2 insertions, 8 deletions
diff --git a/.xinitrc b/.xinitrc
index 466cc03..6b92429 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -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