Compare commits

...

3 Commits

Author SHA1 Message Date
0506b1fa6d fix(hypr): separate two different animations
The overshoot animation applied to all windows and looked strange on
windows.
2026-03-05 11:01:27 +00:00
d91355f602 refactor(hypr): move gestures to input file
Gestures are not decorational, they are inputs.
2026-03-05 10:50:15 +00:00
d5ce4b4b19 feat(hypr): update beizer animation for smoother workspace swaps
Workspace swaps with no overshoot felt slightly clunky. Adding a small
overshoot makes it feel more smooth and Mac-like.
2026-03-05 10:29:20 +00:00
2 changed files with 6 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ decoration {
animations {
enabled = yes
# Light, fast easing — no bounce, no drag
bezier = overshoot, 0.22, 0.61, 0.36, 1.15
bezier = breeze, 0.22, 0.61, 0.36, 1.0
# Windows: quick, soft, intentional
@@ -54,7 +54,7 @@ animations {
animation = windowsOut, 1, 4, breeze, slidefade
# Workspaces: airy glide, finishes fast
animation = workspaces, 1, 5, breeze, slide
animation = workspaces, 1, 1, overshoot, slidefade
# Subtle polish
animation = fade, 1, 4, breeze
@@ -62,7 +62,6 @@ animations {
animation = border, 1, 3, breeze
}
gesture = 3, horizontal, workspace
gesture = 3, down, fullscreen, 1

View File

@@ -21,3 +21,6 @@ device {
name = logitech-usb-receiver
sensitivity = 0
}
gesture = 3, horizontal, workspace
gesture = 3, down, fullscreen