diff options
author | ozwaldorf <[email protected]> | 2023-02-01 16:06:01 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-01 21:06:01 +0000 |
commit | 32d56fec977b109aeecb06288a1b45cfe6b83117 (patch) | |
tree | 3ac9a6c1f096277cab5675fe47658b6317b45947 /example | |
parent | 1a41f729a38a57c7e925237efdeeaad1df14020e (diff) | |
download | Hyprland-32d56fec977b109aeecb06288a1b45cfe6b83117.tar.gz Hyprland-32d56fec977b109aeecb06288a1b45cfe6b83117.zip |
feat: border angle animations (#1469)
Co-authored-by: vaxerski <[email protected]>
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index 63268ede..0b72afd9 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -73,6 +73,7 @@ animations { animation = windows, 1, 7, myBezier animation = windowsOut, 1, 7, default, popin 80% animation = border, 1, 10, default + animation = borderangle, 1, 8, default animation = fade, 1, 7, default animation = workspaces, 1, 6, default } |