all repos — tint2 @ 0f96cb66f1f49427230daa5be810178b8970953f

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Distribute size between taskbars correctly (issue #628)
o9000 mrovi9000@gmail.com
commit

0f96cb66f1f49427230daa5be810178b8970953f

parent

3baa3d38a3d8c05a8c53289ae61e460d63b9fb8a

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/panel.csrc/panel.c

@@ -516,6 +516,7 @@ if (panel_horizontal)

taskbar->area.width += total_size; else taskbar->area.height += total_size; + break; } } for (int i = 0; i < panel->num_desktops; i++) {