From 12a3a3c7dc4893d209ea29bb3e9d056fc04b51c5 Mon Sep 17 00:00:00 2001 From: littleblack111 Date: Tue, 27 May 2025 22:50:29 +0800 Subject: [PATCH] variables: fix inconsistency (#1093) --- pages/Configuring/Dwindle-Layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Dwindle-Layout.md b/pages/Configuring/Dwindle-Layout.md index 16e825b..dfe6a5b 100644 --- a/pages/Configuring/Dwindle-Layout.md +++ b/pages/Configuring/Dwindle-Layout.md @@ -29,7 +29,7 @@ category name: `dwindle` | use_active_for_splits | whether to prefer the active window or the mouse position for splits | bool | true | | default_split_ratio | the default split ratio on window open. 1 means even 50/50 split. [0.1 - 1.9] | float | 1.0 | | split_bias | specifies which window will receive the larger half of a split. positional - 0, current window - 1, opening window - 2 [0/1/2] | int | 0 | -| precise_move | bindm movewindow will drop the window more precisely depending on where your mouse is. | bool | true | +| precise_mouse_move | bindm movewindow will drop the window more precisely depending on where your mouse is. | bool | false | ## Bind Dispatchers