diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 12b9c39..ec5e0f3 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -387,6 +387,7 @@ _Subcategory `group:groupbar:`_ | focus_preferred_method | sets the preferred focus finding method when using `focuswindow`/`movewindow`/etc with a direction. 0 - history (recent have priority), 1 - length (longer shared edges have priority) | int | 0 | | ignore_group_lock | If enabled, dispatchers like `moveintogroup`, `moveoutofgroup` and `movewindoworgroup` will ignore lock per group. | bool | false | | 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 | ### XWayland