From 65557e724c99de4de86769c67f2aebb4ce5a8fc2 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 3 May 2026 18:57:40 +0100 Subject: [PATCH] dispatchers: add clear_tags --- content/Configuring/Basics/Dispatchers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/Configuring/Basics/Dispatchers.md b/content/Configuring/Basics/Dispatchers.md index af36f976..b4c63c12 100644 --- a/content/Configuring/Basics/Dispatchers.md +++ b/content/Configuring/Basics/Dispatchers.md @@ -117,6 +117,7 @@ A monitor. Can be: | `center({ window? })` | center the current window on screen | | `cycle_next({ next?, tiled?, floating?, window? })` | focus the next window | | `tag({ tag, window? })` | tag a window | +| `clear_tags({ window? })` | clear all tags from a window | | `toggle_swallow()` | toggle all swallowed windows visible | | `pin({ window? })` | pin a window | | `alter_zorder({ mode, window? })` | mode can be "top" or "bottom" |