mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
mention slide override
This commit is contained in:
parent
901ee0b96a
commit
8df207a474
1 changed files with 8 additions and 0 deletions
|
@ -92,3 +92,11 @@ specify a movement percentage. For example, the following will make windows move
|
||||||
```ini
|
```ini
|
||||||
animation=workspaces,1,8,default,slidefade 20%
|
animation=workspaces,1,8,default,slidefade 20%
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For animation style `slide` in windows and layers you can specify a forced side, e.g.:
|
||||||
|
|
||||||
|
```ini
|
||||||
|
animation=windows,1,8,default,slide left
|
||||||
|
```
|
||||||
|
|
||||||
|
You can use `top`, `bottom`, `left` or `right`.
|
||||||
|
|
Loading…
Reference in a new issue