Initial Commit
This commit is contained in:
commit
ef6f325fd3
22 changed files with 437 additions and 0 deletions
15
hypr/LilieshBase/animations.conf
Normal file
15
hypr/LilieshBase/animations.conf
Normal file
|
@ -0,0 +1,15 @@
|
|||
animations {
|
||||
enabled = yes
|
||||
|
||||
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
|
||||
animation = windows, 1, 7, myBezier
|
||||
animation = windowsIn, 1, 4, default, slide
|
||||
animation = windowsOut, 1, 7, default, slide
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 7, default
|
||||
animation = fade, 1, 7, default
|
||||
animation = workspaces, 1, 6, default, slide
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue