mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
feat: Add documentation about css gaps (#473)
This commit is contained in:
parent
d517a519d2
commit
953c169cf2
2 changed files with 4 additions and 4 deletions
|
@ -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 |
|
||||
|
|
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue