aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r--src/Ewmh.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc
index 7e5a50c..c3a8827 100644
--- a/src/Ewmh.cc
+++ b/src/Ewmh.cc
@@ -305,7 +305,7 @@ void Ewmh::setupFrame(FluxboxWindow &win) {
305 * application). Windows of this type may set the 305 * application). Windows of this type may set the
306 * WM_TRANSIENT_FOR hint indicating the main application window. 306 * WM_TRANSIENT_FOR hint indicating the main application window.
307 */ 307 */
308 win.setDecorationMask(FluxboxWindow::DECOR_TINY); 308 win.setDecorationMask(FluxboxWindow::DECOR_TOOL);
309 win.setIconHidden(true); 309 win.setIconHidden(true);
310 win.moveToLayer(Layer::ABOVE_DOCK); 310 win.moveToLayer(Layer::ABOVE_DOCK);
311 } else if (atoms[l] == m_net_wm_window_type_toolbar) { 311 } else if (atoms[l] == m_net_wm_window_type_toolbar) {