Comment 3 for bug 1850984

Revision history for this message
In , Shawn-y (shawn-y) wrote :

Created attachment 8865
patch to add toggle for old behavior

commit 36bc57e035e0 ("tasklist: Draw grouped windows count indicator") (Bug 10844) changed the behavior for
window groups by displaying the window count in a cairo drawn indicator instead of showing the count
as part of the label.

I personally prefer the old behavior of showing the window count as a part of the label, so I have
written a patch to introduce a toggle to restore the old behavior. The patch is attached.