From 86be8876e596197ff56dd914f88b87e6535994be Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 25 Nov 2023 01:46:01 +0000 Subject: [PATCH] default special scale factor to 1 --- pages/Configuring/Dwindle-Layout.md | 2 +- pages/Configuring/Master-Layout.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Configuring/Dwindle-Layout.md b/pages/Configuring/Dwindle-Layout.md index d6c287c..028f71c 100644 --- a/pages/Configuring/Dwindle-Layout.md +++ b/pages/Configuring/Dwindle-Layout.md @@ -19,7 +19,7 @@ category name: `dwindle` | smart_split | if enabled, allows a more precise control over the window split direction based on the cursor's position. The window is conceptually divided into four triangles, and cursor's triangle determines the split direction. This feature also turns on preserve_split. | bool | false | | smart_resizing | if enabled, resizing direction will be determined by the mouse's position on the window (nearest to which corner). Else, it is based on the window's tiling position. | bool | true | | permanent_direction_override | if enabled, makes the preselect direction persist until either this mode is turned off, another direction is specified, or a non-direction is specified (anything other than l,r,u/t,d/b) | bool | false | -| special_scale_factor | 0 - 1 -> specifies the scale factor of windows on the special workspace | float | 0.8 | +| special_scale_factor | 0 - 1 -> specifies the scale factor of windows on the special workspace | float | 1 | | 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. (default: disabled - 0) no border - 1, with border - 2 | int | 0 | | use_active_for_splits | whether to prefer the active window or the mouse position for splits | bool | true | diff --git a/pages/Configuring/Master-Layout.md b/pages/Configuring/Master-Layout.md index 0e6b65f..6533a32 100644 --- a/pages/Configuring/Master-Layout.md +++ b/pages/Configuring/Master-Layout.md @@ -11,7 +11,7 @@ _category name `master`_ | name | description | type | default | |---|---|---|---| | allow_small_split | enable adding additional master windows in a horizontal split style | bool | false | -| special_scale_factor | (0.0 - 1.0) the scale of the special workspace windows | float | 0.8 | +| special_scale_factor | (0.0 - 1.0) the scale of the special workspace windows | float | 1 | | mfact | (0.0 - 1.0) master split factor, the ratio of master split| float | 0.55 | | new_is_master | whether a newly open window should replace the master or join the slaves. | bool | true | | new_on_top | whether a newly open window should be on the top of the stack | bool | false |