diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 598183d..b521a28 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -50,8 +50,8 @@ SHIFT CAPS CTRL/CONTROL ALT MOD2 MOD3 SUPER/WIN/LOGO/MOD4 MOD5 | sensitivity | mouse sensitivity (legacy, may cause bugs if not 1, prefer `input:sensitivity`) | float | 1.0 | | border_size | size of the border around windows | int | 1 | | no_border_on_floating | disable borders for floating windows | bool | false | -| gaps_in | gaps between windows | int | 5 | -| gaps_out | gaps between windows and monitor edges | int | 20 | +| gaps_in | gaps between windows, also supports css style gaps (top, right, bottom, left -> 5,10,15,20) | int | 5 | +| gaps_out | gaps between windows and monitor edges, also supports css style gaps (top, right, bottom, left -> 5,10,15,20) | int | 20 | | gaps_workspaces | gaps between workspaces. Stacks with gaps_out. | int | 0 | | col.inactive_border | border color for inactive windows | gradient | 0xff444444 | | col.active_border | border color for the active window | gradient | 0xffffffff | diff --git a/pages/Configuring/Workspace-Rules.md b/pages/Configuring/Workspace-Rules.md index 2398feb..21e075b 100644 --- a/pages/Configuring/Workspace-Rules.md +++ b/pages/Configuring/Workspace-Rules.md @@ -26,8 +26,8 @@ workspace=3,rounding:false,bordersize:0 | ---- | ----------- | ---- | | monitor:[m] | Binds a workspace to a monitor See [syntax](#syntax) and [Monitors](../Monitors).| string | | default:[b] | Whether this workspace should be the default workspace for the given monitor | bool | -| gapsin:[x] | Set the gaps between windows (equivalent to [General->gaps_in](../Variables#general)) | int | -| gapsout:[x] | Set the gaps between windows and monitor edges (equivalent to [General->gaps_out](../Variables#general)) | int | +| gapsin:[x] | Set the gaps between windows (equivalent to [General->gaps_in](../Variables#general) except for not using commas as delimiter (spaces instead)) | int | +| gapsout:[x] | Set the gaps between windows and monitor edges (equivalent to [General->gaps_out](../Variables#general) except for not using commas as delimiter (spaces instead)) | int | | bordersize:[x] | Set the border size around windows (equivalent to [General->border_size](../Variables#general)) | int | | border:[b]| Whether to draw borders or not| bool | | shadow:[b]| Whether to draw shadows or not| bool |