Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.43 KB

File metadata and controls

47 lines (34 loc) · 1.43 KB

aerospace-resize(1)

Synopsis

aerospace resize [-h|--help] [--window-id <window-id>] (smart|smart-opposite|width|height) [+|-]<number>

Description

Resize the focused window

The dimension to resize is chosen by the first argument

  • width changes width

  • height changes height

  • smart changes width if the parent has horizontal orientation, and it changes height if the parent has vertical orientation

  • smart-opposite does resizes the opposite axis of smart

Second argument controls how much the size changes

  • If the <number> is prefixed with + then the dimension is increased

  • If the <number> is prefixed with - then the dimension is decreased

  • If the <number> is prefixed with neither + nor - then the command changes the absolute value of the dimension

-h, --help

Print help

--window-id <window-id>

./util/window-id-flag-desc.adoc