update README

This commit is contained in:
André Silva 2023-09-13 11:47:08 +01:00
parent 95d7fdb67c
commit b9e72a008a
No known key found for this signature in database
GPG key ID: 7C34FA12A023DC55

View file

@ -206,6 +206,12 @@ plugin {
# 0 = always automatically split horizontally # 0 = always automatically split horizontally
# <number> = pixel height to split at # <number> = pixel height to split at
trigger_height = <int> # default: 0 trigger_height = <int> # default: 0
# a space or comma separated list of workspace ids where autotile should be enabled
workspaces = <string> # default: all
# if enabled only workspaces that are not in the list are autotiled
workspaces.except = <bool> # default: false
} }
} }
} }