mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
add animations:workspace_gap (#397)
* add animations:workspace_gap * move animations:gap_workspace -> general:gaps_workspaces
This commit is contained in:
parent
f586710e9e
commit
753ee54fac
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,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 | int | 5 |
|
||||
| gaps_out | gaps between windows and monitor edges | int | 20 |
|
||||
| gaps_workspaces | gaps between workspaces. Stacks with gaps_out. | int | 0 |
|
||||
| col.inactive_border | border color for inactive windows | gradient | 0xffffffff |
|
||||
| col.active_border | border color for the active window | gradient | 0xff444444 |
|
||||
| col.nogroup_border | inactive border color for window that cannot be added to a group (see `denywindowfromgroup` dispatcher) | gradient | 0xffffaaff |
|
||||
|
@ -144,6 +145,7 @@ but remember that higher `blur:passes` will require more strain on the GPU.
|
|||
|---|---|---|---|
|
||||
| enabled | enable animations | bool | true |
|
||||
|
||||
|
||||
{{< hint type=info >}}
|
||||
|
||||
_[More about Animations](../Animations)._
|
||||
|
|
Loading…
Reference in a new issue