From 9d97cf86fde852d851bcdfc0cb041dde958a4f10 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Sat, 6 Jun 2026 21:07:55 +0200 Subject: [PATCH] Tune Hyprland workspace animation --- dotfiles/desktop/.config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/desktop/.config/hypr/hyprland.conf b/dotfiles/desktop/.config/hypr/hyprland.conf index ba94334..d592a1e 100644 --- a/dotfiles/desktop/.config/hypr/hyprland.conf +++ b/dotfiles/desktop/.config/hypr/hyprland.conf @@ -51,7 +51,7 @@ animations { animation = windows,1,2,easeOutQuint,popin 85% animation = border,1,2,easeOutQuint animation = fade,1,2,easeOutQuint - animation = workspaces,1,2,easeOutQuint,slidevert + animation = workspaces,1,2,easeOutQuint,slide animation = layers,1,2,easeOutQuint,fade }