[openbox] Maximize to Next Window ("Bump")

Christian Schröder fvwm at l7010.de
Mon May 9 11:56:01 EDT 2005


Adam Kessel wrote:
> Is there any way to configure an action so that a window only maximizes
> up to the next window in either direction? I used to have such a
> keybinding in sawfish and used it extensively, but I haven't found any
> documented way to do it with openbox.  Ideally I would have two actions
> bound to different keys: maximize over everything, and maximize up to the
> next window (horizontal and/or vertical).  Possible?

you are searching for GrowToXXX
This is my config:
Ctrl+Winkey(Mod4)+Keypad for grwowing stuff

---snip---
  <keybind key="C-Mod4-KP_4">
    <action name="GrowToEdgeWest"/>
  </keybind>
  <keybind key="C-Mod4-KP_6">
    <action name="GrowToEdgeEast"/>
  </keybind>
  <keybind key="C-Mod4-KP_8">
    <action name="GrowToEdgeNorth"/>
  </keybind>
  <keybind key="C-Mod4-KP_2">
    <action name="GrowToEdgeSouth"/>
  </keybind>
---snip---

regards
christian

-- 
   » celebrate the winter of sorrow «

User hostile.



More information about the openbox mailing list