maximizevert - bakkeby/dusk GitHub Wiki
Function | Expected argument | Default keybinding |
---|---|---|
maximizevert | N/A | N/A |
The maximizevert
function allows a window to expand vertically to take up the full height of the
window area.
If a the function is triggered a second time then the window should normally revert to its original position. Note that this may not be the case for windows that have size hints that probhibits them from resizing to the height of the window area.
If a client is tiled at the time when this is triggered then it will become floating. Likewise it is expected that the window goes back to being tiled if the function is triggered a second time.
External commands:
$ duskc run_command maximizevert # maximize a window vertically to take up the full height of the window area
Also see maximizehorz and maximize.