From 50f1f3c4dc277175988f3ea331158559898f38a7 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Thu, 25 Aug 2022 22:35:31 +0200 Subject: [PATCH] allow specifying window for toggle floating --- pages/Configuring/Advanced-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Advanced-config.md b/pages/Configuring/Advanced-config.md index f222388..88170d0 100644 --- a/pages/Configuring/Advanced-config.md +++ b/pages/Configuring/Advanced-config.md @@ -289,7 +289,7 @@ layout pages (See the sidebar) | 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 | -| togglefloating | toggles the current window's floating state | none | +| togglefloating | toggles the current window's floating state | none or `window` for a specific window | | fullscreen | toggles the focused window's fullscreen state | 0 - real fullscreen (takes your entire screen), 1 - "maximize" fullscreen (keeps the gaps and bar(s)) | | dpms | sets all monitors' DPMS status. Do not use with a keybind directly. | `on` or `off` | | pseudo | toggles the focused window's pseudo mode | none |