From 98c2c9ce454b3d6fd52fe8c48a14cda88f361ddd Mon Sep 17 00:00:00 2001 From: Davide Greco Date: Sun, 26 Apr 2026 20:11:24 +0200 Subject: [PATCH] docs: add force option --- docs/bindings/keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bindings/keys.md b/docs/bindings/keys.md index b3a4ab64..60299b97 100644 --- a/docs/bindings/keys.md +++ b/docs/bindings/keys.md @@ -88,7 +88,7 @@ bindr=Super,Super_L,spawn,rofi -show run | Command | Param | Description | | :--- | :--- | :--- | -| `killclient` | - | Close the focused window. | +| `killclient` | `force` | Close the focused window. If `force` is specified, sends `SIGKILL`. | | `togglefloating` | - | Toggle floating state. | | `toggle_all_floating` | - | Toggle all visible clients floating state. | | `togglefullscreen` | - | Toggle fullscreen. |