diff options
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r-- | src/Ewmh.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc index fef4428..0c5e164 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.cc | |||
@@ -318,7 +318,7 @@ void Ewmh::setupFrame(FluxboxWindow &win) { | |||
318 | * application). Windows of this type may set the | 318 | * application). Windows of this type may set the |
319 | * WM_TRANSIENT_FOR hint indicating the main application window. | 319 | * WM_TRANSIENT_FOR hint indicating the main application window. |
320 | */ | 320 | */ |
321 | win.setDecoration(FluxboxWindow::DECOR_TINY); | 321 | win.setDecoration(FluxboxWindow::DECOR_TOOL); |
322 | win.setIconHidden(true); | 322 | win.setIconHidden(true); |
323 | win.moveToLayer(Layer::ABOVE_DOCK); | 323 | win.moveToLayer(Layer::ABOVE_DOCK); |
324 | } else if (atoms[l] == m_net_wm_window_type_toolbar) { | 324 | } else if (atoms[l] == m_net_wm_window_type_toolbar) { |