On Sun, Feb 08, 2004 at 11:34:32AM -0700, Monique Y. Herman wrote:
> Anyone using a window manager right now that does this?  Preferably one
> that interacts well with gnome.

Openbox 3 does.

<!-- Window operations -->

<keyboard>

  <keybind key="Mod4-w">
    <keybind key="m">
      <action name="ToggleMaximizeFull"/>
    </keybind>
    <keybind key="v">
      <action name="ToggleMaximizeVert"/>
    </keybind>
    <keybind key="h">
      <action name="ToggleMaximizeHorz"/>
    </keybind>
 </keybind>

</keyboard>

or, if you like the mouse:

<!-- Mouse operations -->

<mouse>

  <context name="maximize">
    <mousebind button="Left" action="press">
      <action name="Focus"/>
    </mousebind>
    <mousebind button="Middle" action="press">
      <action name="Focus"/>
    </mousebind>
    <mousebind button="Right" action="press">
      <action name="Focus"/>
    </mousebind>
    <mousebind button="Left" action="click">
      <action name="ToggleMaximizeFull"/>
    </mousebind>
    <mousebind button="Middle" action="click">
      <action name="ToggleMaximizeVert"/>
    </mousebind>
    <mousebind button="Right" action="click">
      <action name="ToggleMaximizeHorz"/>
    </mousebind>
  </context>

</mouse>

-- 
 Marc Wilson |     History repeats itself -- the first time as a
 [EMAIL PROTECTED] |     tragi-comedy, the second time as bedroom farce.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to