Skip to content

Commit

Permalink
add animations:workspace_gap (#397)
Browse files Browse the repository at this point in the history
* add animations:workspace_gap

* move animations:gap_workspace -> general:gaps_workspaces
end-4 authored Nov 19, 2023
1 parent f586710 commit 753ee54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/Configuring/Variables.md
Original file line number Diff line number Diff line change
@@ -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)._

0 comments on commit 753ee54

Please sign in to comment.