add disable_keybind_grabbing

This commit is contained in:
Vaxry 2024-03-29 18:58:02 +00:00
parent fa70fa6d07
commit 6c0e4a1f31
1 changed files with 1 additions and 0 deletions

View File

@ -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