diff options
author | JoseConseco <bartosz.styperek@gmail.com> | 2022-11-08 17:24:57 +0100 |
---|---|---|
committer | JoseConseco <bartosz.styperek@gmail.com> | 2022-11-08 17:24:57 +0100 |
commit | d1152795460857434e9ead6e82a1c91447efdd80 (patch) | |
tree | b586c6be3803042c8ad445a4d4791d5684f6291c /README.md | |
parent | 175757e2a210656ea1634e37fe4b678e30a50b3d (diff) | |
parent | 2c36a6e134a3c064c3b8051c5b8ceac63b10540b (diff) | |
download | autotiling-d1152795460857434e9ead6e82a1c91447efdd80.tar.gz |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -18,9 +18,9 @@ less, nothing more. This may make stack and tabbed layouts behave oddly. Unfortunately, there is nothing that can be done about it – please, do not submit issues about it –, but there are two workaround that you can try. -One option is, to enable autotiling on certain workspaces only. For instance, -you could configure autotiling to be enabled on odd workspaces, but not on -even ones: +One option is, to enable autotiling on certain workspaces or outputs only. +For instance, you could configure autotiling to be enabled on odd workspaces, +but not on even ones: ```text ### Autostart @@ -61,6 +61,9 @@ optional arguments: -h, --help show this help message and exit -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 |