all repos — tint2 @ d758fd167cdbf08f6578919e3befce5d7887b555

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

d758fd167cdbf08f6578919e3befce5d7887b555

parent

0f96cb66f1f49427230daa5be810178b8970953f

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

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

@@ -440,8 +440,6 @@ for (int i = 0; i < panel->num_desktops; i++) {

Taskbar *taskbar = &panel->taskbar[i]; if (!taskbar->area.on_screen) continue; - if (!taskbar->area.children) - continue; if (panel_horizontal) taskbar->area.width = 2 * taskbar->area.paddingxlr; else