From cc174ff33d9945e147e9d3fee694e54ae6dbc9c9 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 6 May 2018 01:55:10 -0500 Subject: [PATCH] Polybar: Simplify the startup script I don't use i3; why have compatibility for it? --- .config/polybar/start.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.config/polybar/start.sh b/.config/polybar/start.sh index 24808d4a..4f94fc06 100755 --- a/.config/polybar/start.sh +++ b/.config/polybar/start.sh @@ -5,14 +5,7 @@ # # Distributed under terms of the MIT license. # - -# Which WM are we using? -if $(pgrep i3); then - export PB_WM_RESTACK=i3 -fi -if $(pgrep bspwm); then - export PB_WM_RESTACK=bspwm -fi +export PB_WM_RESTACK=bspwm # Iterate through monitors and spawn bars on each # Starting with the primary monitor...