logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Piotr Miller
       nwg.piotr@gmail.com

Description

       Script for sway and i3 to automatically switch the horizontal / vertical window split orientation

Distribution

       The latest version of autotiling may be downloaded from https://github.com/nwg-piotr/autotiling/

autotiling                                         2024-05-30                                      AUTOTILING(1)

Name

       autotiling

Options

-d, --debug
              print debug messages to stderr

       -v, --version
              display version information

       -o[OUTPUTS...], --outputs[OUTPUTS...]
              restricts autotiling to certain output; example: autotiling --output DP-1 HDMI-0

       -w[WORKSPACES...], --workspaces[WORKSPACES...]
              restricts autotiling to certain workspaces; example: autotiling --workspaces 8 9

       -lLIMIT, --limitLIMIT
              limit how often autotiling will split a container; try "2" if  you  like  master-  stack  layouts;
              default: 0 (no limit)

       -swSPLITWIDTH, --splitwidthSPLITWIDTH
              set the width of the vertical split (as factor); default: 1.0;

       -shSPLITHEIGHT, --splitheightSPLITHEIGHT
              set the height of the horizontal split (as factor); default: 1.0;

       -srSPLITRATIO, --splitratioSPLITRATIO
              Split  direction  ratio  - based on window height/width; default: 1;try "1.61", for golden ratio -
              window has to be 61% wider for left/right split; default: 1.0;

       -e[EVENTS...], --events[EVENTS...]
              list of events to trigger switching split orientation; default: WINDOW MODE

Synopsis

autotiling  [-h]  [-d]  [-v]  [-o  [OUTPUTS  ...]] [-w [WORKSPACES ...]] [-l LIMIT] [-sw SPLITWIDTH] [-sh
       SPLITHEIGHT] [-sr SPLITRATIO] [-e [EVENTS ...]]

See Also