From 789ab52c03b3aad6900223ef4b988cc14b41a508 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 5 Jun 2020 08:06:07 -0500 Subject: [PATCH] Polybar: We need that dirty hack on bspwm. Sad. --- .config/polybar/launch.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.config/polybar/launch.sh b/.config/polybar/launch.sh index d7da1ff7..db1e7071 100755 --- a/.config/polybar/launch.sh +++ b/.config/polybar/launch.sh @@ -65,10 +65,7 @@ step_wait() { # Main main() { - # Dirty hack for i3 - if pgrep -x i3 > /dev/null 2>&1; then - sleep 2 - fi + sleep 2 step_fallback step_configure step_spawn_primary