mention slide override

This commit is contained in:
Vaxry 2024-03-28 01:41:40 +00:00
parent 901ee0b96a
commit 8df207a474
1 changed files with 8 additions and 0 deletions

View File

@ -92,3 +92,11 @@ specify a movement percentage. For example, the following will make windows move
```ini
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`.