Skip to content

Releases: nwg-piotr/autotiling

Autotiling 1.9.3

21 May 22:33
Compare
Choose a tag to compare
  • update actions versions and ignore existing PyPI versions, #56 by @Syphdias

autotiling 1.9.2

26 Apr 22:56
Compare
Choose a tag to compare
  • argparse.ArgumentParser split out into its own function; #54 by @josch
  • deprecated license_file replaced with license_files; closes #53

Autotiling 1.9.1

27 Feb 22:21
Compare
Choose a tag to compare

Attempt to fix PyPI workflow. #52

Autotiling 1.9

09 Feb 00:12
Compare
Choose a tag to compare

New arguments added by @JoseConseco in #44:

  -sw SPLITWIDTH, --splitwidth SPLITWIDTH
                        set the width of the vertical split (as factor);
                        default: 1.0;
  -sh SPLITHEIGHT, --splitheight SPLITHEIGHT
                        set the height of the horizontal split (as factor);
                        default: 1.0;
  -sr SPLITRATIO, --splitratio SPLITRATIO
                        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;

Autotiling 1.8

31 Oct 21:27
Compare
Choose a tag to compare

It limits how deep will autotiling work; try -l 2, if you like master-stack layouts; default value is 0 (no limit); avoid the 1 value, that will actually spoil autotiling. Below the level you specified, stacking and tabbed layout will behave well again.

Autotiling 1.7

24 Oct 23:55
Compare
Choose a tag to compare

Added a line to remove workspaces tmp file, if no --workspaces specified. The simple txt file stores the --workspaces flag content, to let the panel know which workspaces to mark with the "a" letter.

This will only be useful for use the script with nwg-panel, but not with full nwg-shell. The latter uses its own version of the autotiling script, which also allows just single instance, and can be started with exec_always. I decided not to include it into this version, due to the additional psutil dependency.

Autotiling 1.6.1

21 Aug 11:49
Compare
Choose a tag to compare

Added publish to PYPI workflow #39 by @dpgraham4401 - closes #38

Autotiling 1.6

26 Nov 02:33
Compare
Choose a tag to compare
  • Fixed manual switching between layouts, by changing event subscription to WINDOW and MODE - @ErikReider #32;
  • changing event subscription has already been the objective of several pull request. To avoid doing this again and again, from now on it's possible to specify them in the -e | --events argument.

Autotiling 1.5

28 Mar 21:24
Compare
Choose a tag to compare

Added Event.BINDING subscription to resolve #26.

Autotiling 1.4

18 Feb 00:40
Compare
Choose a tag to compare

nwg-panel integration: args.workspaces saved to /tmp/autotiling on start