all repos — tint2 @ 21bb0194341194e33a8d7e01de53652c3f5f2d78

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

Set XWMHints flags correctly
o9000 mrovi9000@gmail.com
commit

21bb0194341194e33a8d7e01de53652c3f5f2d78

parent

3790723483eb821d51d16c4ea518120829f42ada

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

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

@@ -617,8 +617,8 @@ memset(&wmhints, 0, sizeof(wmhints));

if (panel_dock) { // Necessary for placing the panel into the dock on Openbox and Fluxbox. // See https://gitlab.com/o9000/tint2/issues/465 + wmhints.flags = IconWindowHint | WindowGroupHint | StateHint; wmhints.icon_window = wmhints.window_group = p->main_win; - wmhints.flags = StateHint | IconWindowHint; wmhints.initial_state = WithdrawnState; } // We do not need keyboard input focus.