Hi folks! In the last post we've explored the openbox's hidden feature (not so called) that is making extra menus. In Enlightenment, for instance, you have the main menu and the favourites menu (set through the E configurator builtin). Now we will make not a keybind for it, but a mousebind for our extra custom menu. The default openbox root menu is called by clicking on the desktop with right mouse button. And if I'd like to click with the same right button on the desktop but also pressing at the same time Windows keyboard key to show the custom menu?!? As all openboxers may suspect, it involves rc.xml edition. Mine has those configs: <mouse> <context name="Desktop"> <mousebind button="W-Right" action="Press"> <action name="ShowMenu"> <menu>custom</menu> </action> </mousebind> That's all folks! ...
Hi, folks. It's been a while, isn't it? Well, I know nowadays people are telling X11 will be dead soon and the future is Wayland, but for the ones like me, dinosaurs that can't live without things like fluxbox or openbox, how the future will be? O penbox is a very mature WM, offering some tricks we don't see much around here. Here's one much helpful: Making custom menus. I've already shown the path to do the same in fluxbox in the past. Now I show you all to do that in openbox. First, locate in rc.xml the block of code that refers the menu. It's something like this: <menu> <hideDelay>250</hideDelay> <middle>no</middle> <submenuShowDelay>100</submenuShowDelay> <submenuHideDelay>400</submenuHideDelay> <applicationIcon...