From fd456f7071e13f4c769f68cba03c66102f720895 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Thu, 26 Jan 2023 14:37:29 +0000 Subject: [PATCH] added binds:focus_preferred_method --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index ce68c54..63b8077 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -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