From 0c5999ef34bfd3f8b849c8b39ab30fd9ffb678e5 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 23 Oct 2022 02:28:57 +0300 Subject: [PATCH] un-markdown the markdown --- pages/Configuring/Dwindle-Layout.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/Configuring/Dwindle-Layout.md b/pages/Configuring/Dwindle-Layout.md index 5e2b8b1..3b68336 100644 --- a/pages/Configuring/Dwindle-Layout.md +++ b/pages/Configuring/Dwindle-Layout.md @@ -33,21 +33,21 @@ container get removed, the group will be broken back to its dwindle form. category name: `dwindle` | name | description | type | default | -| ---- | ----------- | ---- | ------- | +|---|---|---|---|---| | pseudotile | enable pseudotiling. Pseudotiled windows retain their floating size when tiled. | bool | false | | col.group_border | inactive (out of focus) group border color | color | 0x66777700 | | col.group_border_active | active group border color | color | 0x66ffff00 | | 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 | -| 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 | 0.8 | | 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 | # Bind Dispatchers -| dispatcher | description | params | -| ----------------- | ---------------------------------------------------------------------- | ---------------------- | -| togglegroup | toggles the current window and its siblings (recursively) into a group | none | -| changegroupactive | switches to the next window in a group. | b - back, f - forward. | -| togglesplit | toggles the split (top/side) of the current window | none | +| dispatcher | description | params | +|---|---|---| +| togglegroup | toggles the current window and its siblings (recursively) into a group | none | +| changegroupactive | switches to the next window in a group. | b - back, f - forward. | +| togglesplit | toggles the split (top/side) of the current window | none |