From e0ea3e95c0f3c61bc9537ee7d69ff2be6dcb0a3c Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Tue, 30 Aug 2022 21:36:07 +0200 Subject: [PATCH] mention new closewindow --- pages/Configuring/Advanced-config.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/Configuring/Advanced-config.md b/pages/Configuring/Advanced-config.md index d34b9dc..a05f7fd 100644 --- a/pages/Configuring/Advanced-config.md +++ b/pages/Configuring/Advanced-config.md @@ -287,7 +287,8 @@ layout pages (See the sidebar) |---|---|---| | exec | executes a shell command | command | | pass | passes the key (with mods) to a specified window. Can be used as a workaround to global keybinds not working on Wayland. | window | -| killactive | kills the active window | none | +| killactive | closes (not kills, unlike the name, i know) the active window | none | +| closewindow | closes a specified window | `window` | | workspace | changes the workspace | workspace | | movetoworkspace | moves the focused window to a workspace | workspace OR `workspace,window` for a specific window | | movetoworkspacesilent | same as above, but doesnt switch to the workspace | workspace OR `workspace,window` for a specific window |