From 65008a7838d5f8ceb93ef4b964e3d9410ea9e6d1 Mon Sep 17 00:00:00 2001 From: jyf <77335030+jyf-111@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:27:02 +0800 Subject: [PATCH] dwindle: fix pseudotile desc (#503) fix error description for pseudotile --- 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 79f82fb..0c97972 100644 --- a/pages/Configuring/Dwindle-Layout.md +++ b/pages/Configuring/Dwindle-Layout.md @@ -13,7 +13,7 @@ category name: `dwindle` | name | description | type | default | |---|---|---|---| -| pseudotile | enable pseudotiling. Pseudotiled windows retain their floating size when tiled. [0/1/2] | bool | false | +| pseudotile | enable pseudotiling. Pseudotiled windows retain their floating size when tiled. | bool | false | | force_split | 0 -> split follows mouse, 1 -> always split to the left (new = left or top) 2 -> always split to the right (new = right or bottom) | int | 0 | | preserve_split | if enabled, the split (side/top) will not change regardless of what happens to the container. | bool | false | | 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 |