all repos — fluxbox @ 8addc54e7e5374d402e78fffc03d93657a20ef73

custom fork of the fluxbox windowmanager

allow "lower" as a reference point for MoveTo, etc.
Mark Tiefenbruck mark@fluxbox.org
commit

8addc54e7e5374d402e78fffc03d93657a20ef73

parent

4e586cc1729fc1c7115dfc6d2499d40db559b8e1

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/Window.ccsrc/Window.cc

@@ -3729,7 +3729,7 @@ if (str == "right" || str == "rightcenter")

return RIGHT; if (str == "leftbottom" || str == "bottomleft" || str == "lowerleft") return LEFTBOTTOM; - if (str == "bottom" || str == "bottomcenter") + if (str == "bottom" || str == "lower" || str == "bottomcenter") return BOTTOM; if (str == "rightbottom" || str == "bottomright" || str == "lowerright") return RIGHTBOTTOM;