From 6c0e4a1f31eb4d1725201488a5d1f076e3a84722 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 29 Mar 2024 18:58:02 +0000 Subject: [PATCH] add disable_keybind_grabbing --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) 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