binds: add movefocus_cycles_fullscreen

This commit is contained in:
Vaxry 2023-11-04 21:04:12 +00:00
parent f800f0bfc4
commit b14e3f458d
1 changed files with 1 additions and 0 deletions

View File

@ -330,6 +330,7 @@ _Subcategory `group:groupbar:`_
| workspace_center_on | Whether switching workspaces should center the cursor on the workspace (0) or on the last active window for that workspace (1) | int | 0 |
| 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 |
## XWayland