resize windows by NearestEdge

This commit is contained in:
Josh Holtrop 2015-05-01 10:30:50 -04:00
parent 03d49180f8
commit efdb8ac4bc

3
keys
View File

@ -15,7 +15,8 @@ OnToolbar Mouse5 :NextWindow {static groups} (iconhidden=no)
OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving} OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving}
OnWindowBorder Move1 :StartMoving OnWindowBorder Move1 :StartMoving
OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner} #OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner}
OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestEdge}
OnLeftGrip Move1 :StartResizing bottomleft OnLeftGrip Move1 :StartResizing bottomleft
OnRightGrip Move1 :StartResizing bottomright OnRightGrip Move1 :StartResizing bottomright