From e8d14898376a7c834d465222f68bfb50dc51f922 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 15 Oct 2022 14:14:50 +0100 Subject: [PATCH] add loose focus behavior --- 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 aff79d2..0e4145e 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -114,7 +114,7 @@ _[More about Animations](../Animations)._ | kb_rules | Appropriate XKB keymap parameter | str | \[EMPTY\] | | kb_file | If you prefer, you can use a path to an .xkb file. | str | \[EMPTY\] | | follow_mouse | (0/1/2/3) enable mouse following (focus on enter new window) - See the note below for more info | int | 1 | -| float_switch_override_focus | if enabled, focus will follow mouse if changing from tiled to floating and vice versa | bool | true | +| float_switch_override_focus | if enabled (1 or 2), focus will follow mouse if changing from tiled to floating and vice versa. 2 will also follow mouse on float -> float switches | int | 1 | | repeat_rate | in ms, the repeat rate for held keys | int | 25 | | repeat_delay | in ms, the repeat delay (grace period) before the spam | int | 600 | | natural_scroll | enable natural scroll | bool | false |