From 60086e9a4449b98b0594efc7193057e4edd72b21 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Tue, 7 Mar 2023 14:25:27 +0000 Subject: [PATCH] added default split ratio dwindle --- pages/Configuring/Dwindle-Layout.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Dwindle-Layout.md b/pages/Configuring/Dwindle-Layout.md index 1fe6447..4d5a379 100644 --- a/pages/Configuring/Dwindle-Layout.md +++ b/pages/Configuring/Dwindle-Layout.md @@ -20,6 +20,7 @@ category name: `dwindle` | split_width_multiplier | specifies the auto-split width multiplier | float | 1.0 | | no_gaps_when_only | whether to apply gaps when there is only one window on a workspace, aka. smart gaps. | bool | false | | 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 | # Bind Dispatchers