quinta-feira, 2 de maio de 2013

openbox Alt-Tab keybinding

To configure Alt-Tab to cycle over all desktops, edit the file:

~/.config/openbox/lxde-rc.xml

And include:

   <keybind key="A-Tab">
     <action name="NextWindow">
       <allDesktops<yes</allDesktops>
     </action>
   </keybind>