From 1548745f3430a6519882978bcff038cf0fd64603 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Thu, 26 Jan 2023 14:38:54 +0000 Subject: [PATCH] clarify fpm --- pages/Configuring/Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 63b8077..d24b7b0 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -244,7 +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 | +| 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 | # Debug