I would like to remove the following items in the openbox client menu:
- Send to Desktop
- Restore
- Move
- Resize
- Iconify
- Maximize
- Roll up/down
- Un/Decorate
This is the menu you can invoke by right clicking on the window decorations or with ALT + Space.
Is there any way I can achieve this?
This menu is called the client-menu. Unfortunately there's no way to change the entries aside from modifiyng the source code.
However, if I understood you correctly you want to remove all menu entries aside from the ones pertaining to the window layer. In that case you can assign a shortcut to the
client-layer-menu
.Open your openbox
rc.xml
(usually under$HOME/.config/openbox/rc.xml
, might be calledlxde-rc.xml
orlubuntu-rc.xml
depending on your DE). Find the following line:and replace it with:
As for the window close option you lost by replacing the menus: You can always use the ALT + F4 shortcut.