diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index df2d964..a360b6e 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -31,6 +31,8 @@ layout pages (See the sidebar). | 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 | left empty / `active` for current, or `window` for a specific window | +| setfloating | sets the current window's floating state to true | left empty / `active` for current, or `window` for a specific window | +| settiled | sets the current window's floating state to false | left empty / `active` for current, or `window` for a specific window | | fullscreen | toggles the focused window's fullscreen state | 0 - fullscreen (takes your entire screen), 1 - maximize (keeps gaps and bar(s)), 2 - fullscreen (same as fullscreen except doesn't alter window's internal fullscreen state) | | fakefullscreen | toggles the focused window's internal fullscreen state without altering the geometry | none | | dpms | sets all monitors' DPMS status. Do not use with a keybind directly. | `on`, `off`, or `toggle`. For specific monitor add monitor name after a space | diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 9b7163b..6b27138 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -69,7 +69,7 @@ SHIFT CAPS CTRL/CONTROL ALT MOD2 MOD3 SUPER/WIN/LOGO/MOD4 MOD5 | resize_on_border | enables resizing windows by clicking and dragging on borders and gaps | bool | false | | extend_border_grab_area | extends the area around the border where you can click and drag on, only used when `general:resize_on_border` is on. | int | 15 | | hover_icon_on_border | show a cursor icon when hovering over borders, only used when `general:resize_on_border` is on. | bool | true | -| allow_tearing | master switch for allowing tearing to occur. See [the Tearing page](../tearing). | bool | false | +| allow_tearing | master switch for allowing tearing to occur. See [the Tearing page](../Tearing). | bool | false | | resize_corner | force floating windows to use a specific corner when being resized (1-4 going clockwise from top left, 0 to disable) | int | 0 | {{< callout type=warning >}}