From b9e72a008aa5ee93577b98ed2b1db9f256a991ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= Date: Wed, 13 Sep 2023 11:47:08 +0100 Subject: [PATCH] update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e04bf79..51f7cfe 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,12 @@ plugin { # 0 = always automatically split horizontally # = pixel height to split at trigger_height = # default: 0 + + # a space or comma separated list of workspace ids where autotile should be enabled + workspaces = # default: all + + # if enabled only workspaces that are not in the list are autotiled + workspaces.except = # default: false } } }