all repos — openbox @ af0eced0818a3e68ed50e54372e651672956313d

openbox fork - make it a bit more like ryudo

kde's 'desktop menu' now works just like a panel
Dana Jansens danakj@orodu.net
commit

af0eced0818a3e68ed50e54372e651672956313d

parent

90dbcb271c5e6d7ca73c19a519b93885b833db0a

1 files changed, 5 insertions(+), 2 deletions(-)

jump to
M src/Window.ccsrc/Window.cc

@@ -204,11 +204,14 @@ // bottom.

return; case Type_Dock: - // docks (such as kicker) cannot be moved, and appear on all workspaces + case Type_Menu: + // docks (such as kicker) and menus (as used by kde for the 'desktop menu' + // which mimics apple, cannot be moved, and appear on all workspaces + // also, these have no decorations functions &= ~(Func_Move); + decorations &= ~Decor_Titlebar; flags.stuck = True; case Type_Toolbar: - case Type_Menu: case Type_Utility: // these windows have minimal decorations, only a titlebar, and cannot // be resized or iconified