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,