From 2aa99753bcdd213569eeffe568a96c795a0db473 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Wed, 14 Jul 2021 12:42:06 +0200 Subject: [PATCH] [polybar] Show task icons ordered by application name --- .config/polybar/scripts/polywins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/scripts/polywins b/.config/polybar/scripts/polywins index 3cadf5a..69603f0 100755 --- a/.config/polybar/scripts/polywins +++ b/.config/polybar/scripts/polywins @@ -265,7 +265,7 @@ generate_window_list() { window_count=$(( window_count + 1 )) done <<-EOF - $(wmctrl -lx) + $(wmctrl -lx | sort -k3) EOF # After printing all the windows,