From 43e1073237d6a9ab75421600fc20d4a5f287766d Mon Sep 17 00:00:00 2001 From: nyx Date: Thu, 28 Nov 2024 10:25:44 -0500 Subject: [PATCH] binds: add type and default to allow_pin_fullscreen (#887) * binds: add type and default to allow_pin_fullscreen * oops * maybe its false instead idk --- pages/Configuring/Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index a5739fc..3c498ea 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -415,7 +415,7 @@ _Subcategory `group:groupbar:`_ | movefocus_cycles_fullscreen | If enabled, when on a fullscreen window, `movefocus` will cycle fullscreen, if not, it will move the focus in a direction. | bool | true | | disable_keybind_grabbing | If enabled, apps that request keybinds to be disabled (e.g. VMs) will not be able to do so. | bool | false | | window_direction_monitor_fallback | If enabled, moving a window or focus over the edge of a monitor with a direction will move it to the next monitor in that direction. | bool | true | -| allow_pin_fullscreen | If enabled, Allow fullscreen to pinned windows, and restore their pinned status afterwards +| allow_pin_fullscreen | If enabled, Allow fullscreen to pinned windows, and restore their pinned status afterwards | bool | false | ### XWayland