mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2026-05-04 22:58:08 +02:00
variables: add float-gaps (#1097)
This commit is contained in:
parent
63bd4bf328
commit
0066adfca0
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ SHIFT CAPS CTRL/CONTROL ALT MOD2 MOD3 SUPER/WIN/LOGO/MOD4 MOD5
|
|||
| no_border_on_floating | disable borders for floating windows | bool | false |
|
||||
| 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 |
|
||||
| float_gaps | gaps between windows and monitor edges for floating windows, also supports css style gaps (top, right, bottom, left -> 5 10 15 20). -1 means default | int | 0 |
|
||||
| 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 |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue