From ecedf43714367ee936525bd402f5fba1b60426f6 Mon Sep 17 00:00:00 2001 From: noah Date: Mon, 22 Aug 2022 17:17:16 -0500 Subject: [PATCH] Adjusting openbox autostart to not duplicate polybar launch via home.sh --- openbox/autostart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openbox/autostart b/openbox/autostart index 89aef2a..50bd83b 100755 --- a/openbox/autostart +++ b/openbox/autostart @@ -2,7 +2,6 @@ tint2 & picom & spotify & xset s off & -(sleep 2 && ~/.screenlayout/home.sh) & +(sleep 2 && ~/scripts/home.sh) & (sleep 2 && nitrogen --restore) & -(sleep 3 && ~/.config/polybar/launch.sh) & dunst