aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-27 20:35:32 -0600
committerCraig Jennings <c@cjennings.net>2026-01-27 20:35:32 -0600
commit0795a001b6ad9c154a15a7febabdcf3663e7a826 (patch)
treefe34bc96060df3a4275d6b0099e95094908f9207 /dotfiles
parentf62eee368a4e2acc4a630601436dfa306ed34ecc (diff)
downloadarchsetup-0795a001b6ad9c154a15a7febabdcf3663e7a826.tar.gz
archsetup-0795a001b6ad9c154a15a7febabdcf3663e7a826.zip
feat(hyprland): speed up animations from 3 to 2
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/hyprland/.config/hypr/hyprland.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf
index 755edad..585147e 100644
--- a/dotfiles/hyprland/.config/hypr/hyprland.conf
+++ b/dotfiles/hyprland/.config/hypr/hyprland.conf
@@ -64,11 +64,11 @@ decoration {
animations {
enabled = true
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
- animation = windows, 1, 3, myBezier
- animation = windowsOut, 1, 3, default, popin 80%
- animation = fade, 1, 3, default
- animation = workspaces, 1, 3, default
- animation = specialWorkspace, 1, 3, default, slidevert
+ animation = windows, 1, 2, myBezier
+ animation = windowsOut, 1, 2, default, popin 80%
+ animation = fade, 1, 2, default
+ animation = workspaces, 1, 2, default
+ animation = specialWorkspace, 1, 2, default, slidevert
}
# ============================================================================