added binds:focus_preferred_method

This commit is contained in:
Vaxry 2023-01-26 14:37:29 +00:00
parent 8729cc6fa3
commit fd456f7071
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@ Described [here](../Keywords#per-device-input-configs).
| scroll_event_delay | in ms, how many ms to wait after a scroll event to allow to pass another one for the binds. | int | 300 |
| workspace_back_and_forth | If enabled, an attempt to switch to the currently focused workspace will instead switch to the previous workspace. Akin to i3's *auto_back_and_forth*. | bool | false |
| allow_workspace_cycles | If enabled, workspaces don't forget their previous workspace, so cycles can be created by switching to the first workspace in a sequence, then endlessly going to the previous workspace. | bool | false |
| focus_preferred_method | sets the preferred focus finding method. 0 - history (recent have priority), 1 - length (longer shared edges have priority) | int | 0 |
# Debug