diff options
-rw-r--r-- | src/Ewmh.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc index c3a8827..7266496 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.cc | |||
@@ -265,6 +265,8 @@ void Ewmh::setupFrame(FluxboxWindow &win) { | |||
265 | // we also assume it shouldn't be visible in any toolbar | 265 | // we also assume it shouldn't be visible in any toolbar |
266 | win.setFocusHidden(true); | 266 | win.setFocusHidden(true); |
267 | win.setIconHidden(true); | 267 | win.setIconHidden(true); |
268 | win.setDecorationMask(FluxboxWindow::DECOR_NONE); | ||
269 | win.moveToLayer(Layer::DOCK); | ||
268 | } else if (atoms[l] == m_net_wm_window_type_desktop) { | 270 | } else if (atoms[l] == m_net_wm_window_type_desktop) { |
269 | /* | 271 | /* |
270 | * _NET_WM_WINDOW_TYPE_DESKTOP indicates a "false desktop" window | 272 | * _NET_WM_WINDOW_TYPE_DESKTOP indicates a "false desktop" window |