From caaddca6b42f34daa382fa83ed19187de20c1d6a Mon Sep 17 00:00:00 2001 From: erstarr <253168930+erstarr@users.noreply.github.com> Date: Mon, 4 May 2026 17:22:02 +0200 Subject: [PATCH] Configuring/Basics/Dispatchers.md: fullscreen and fullscreen_state have non-standard values for `action`. note (#1458) --- content/Configuring/Basics/Dispatchers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/Configuring/Basics/Dispatchers.md b/content/Configuring/Basics/Dispatchers.md index 9cbdff2c..7a63b869 100644 --- a/content/Configuring/Basics/Dispatchers.md +++ b/content/Configuring/Basics/Dispatchers.md @@ -100,8 +100,8 @@ A monitor. Can be: | `kill(window?)` | Kill a window | | `signal({ signal, window? })` | send a signal to a window process | | `float({ action?, window? })` | set a window's floating state. | -| `fullscreen({ mode?, action?, window? })` | set a window's fullscreen state. `mode` can be "maximized" and "fullscreen" | -| `fullscreen_state({ internal, client, action?, window? })` | set a window's fullscreen state with more precision | +| `fullscreen({ mode?, action?, window? })` | set a window's fullscreen state. `mode` can be "maximized" and "fullscreen". `action` can be `toggle`/`set`/`unset` | +| `fullscreen_state({ internal, client, action?, window? })` | set a window's fullscreen state with more precision. `action` can be `toggle`/`set`/`unset` | | `pseudo({ action?, window? })` | set a window's pseudotiling state. | | `move({ direction })` | move a window in a direction | | `move({ workspace, follow? })` | move a window to a workspace |