Topic: fullscreen in openbox

Is it possible to make a hotkey for switching window in to fullscreen mode? Can anybody help?

Sibi imperare maximum imperum est

Re: fullscreen in openbox

Yep it is possible (and much much more...)
have a look here: http://crunchbanglinux.org/forums/topic … r-openbox/

For what you want you have to add:

  <keybind key="W-F11">
      <action name="ToggleFullscreen"/>
    </keybind>

to the keybind section of ~/.config/rc.xml

and windows-key+F11 will toggle fullscreenmode (after reboot or reconfiguring openbox that is)

enjoy,
tuna

Last edited by Tunafish (2010-07-31 13:23:58)

Re: fullscreen in openbox

Big thx smile

Sibi imperare maximum imperum est