From 21bb0194341194e33a8d7e01de53652c3f5f2d78 Mon Sep 17 00:00:00 2001 From: o9000 Date: Mon, 21 Dec 2015 10:46:03 +0100 Subject: [PATCH] Set XWMHints flags correctly --- src/panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panel.c b/src/panel.c index 91b9a4e..477fe6b 100644 --- a/src/panel.c +++ b/src/panel.c @@ -617,8 +617,8 @@ void set_panel_properties(Panel *p) 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.