From 9a20b225a621bc6fa98e775bee9cbaedf1614baf Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 5 Nov 2023 16:24:00 +0000 Subject: [PATCH] add floating and tiled to window params --- pages/Configuring/Dispatchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index b55ebc6..5e4e468 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -9,7 +9,7 @@ layout pages (See the sidebar). | 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. | | direction | `l` `r` `u` `d` left right up down | | monitor | One of: direction, ID, name, `current`, relative (e.g. `+1` or `-1`) |