add floating and tiled to window params

This commit is contained in:
Vaxry 2023-11-05 16:24:00 +00:00
parent b14e3f458d
commit 9a20b225a6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ layout pages (See the sidebar).
| Param type | Description | | Param type | Description |
| ---------- | ----------- | | ---------- | ----------- |
| window | a window. Any of the following: Class regex, `title:` and a title regex, `pid:` and the pid, `address:` and the address | | window | a window. Any of the following: Class regex, `title:` and a title regex, `pid:` and the pid, `address:` and the address, `floating`, `tiled` |
| workspace | see below. | | workspace | see below. |
| direction | `l` `r` `u` `d` left right up down | | direction | `l` `r` `u` `d` left right up down |
| monitor | One of: direction, ID, name, `current`, relative (e.g. `+1` or `-1`) | | monitor | One of: direction, ID, name, `current`, relative (e.g. `+1` or `-1`) |