move dock windows to DOCK layer and remove decorations
This commit is contained in:
parent
a2946ae3ad
commit
d5aa50bee6
2 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 1.0.0:
|
||||
*07/09/13:
|
||||
* Move dock windows to Dock layer and remove decorations (Mark)
|
||||
Ewmh.cc
|
||||
*07/09/09:
|
||||
* Added support for Slovak language ( Thanks Martin Lukac )
|
||||
nls/sk_SK/*
|
||||
|
|
|
@ -278,6 +278,8 @@ void Ewmh::setupFrame(FluxboxWindow &win) {
|
|||
// we also assume it shouldn't be visible in any toolbar
|
||||
win.setFocusHidden(true);
|
||||
win.setIconHidden(true);
|
||||
win.setDecoration(FluxboxWindow::DECOR_NONE);
|
||||
win.moveToLayer(Layer::DOCK);
|
||||
} else if (atoms[l] == m_net_wm_window_type_desktop) {
|
||||
/*
|
||||
* _NET_WM_WINDOW_TYPE_DESKTOP indicates a "false desktop" window
|
||||
|
|
Loading…
Reference in a new issue