diff options
author | zachir <zachir@librem.one> | 2025-07-26 19:28:44 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-26 19:28:44 -0500 |
commit | 003ec2c9a33b9adb850525740a481092ed3434a1 (patch) | |
tree | 1fc226b82fa351d5364100c8789900f52858deee | |
parent | 9dde73f783e0bac3588bb7506bce9ae06f66366a (diff) |
Enable hyprland animations
-rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 90cc7b1..a8b0bed 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -139,7 +139,7 @@ decoration { #{{{ Animations options animations { - enabled = no + 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 |