From 043246833f5b9f6e37a65b26a26c4cc413011906 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Tue, 27 Feb 2024 11:54:50 +0330 Subject: [PATCH] feat: special workspace slide vertical animation --- hyprland/.config/hypr/conf/animations/animations-river.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hyprland/.config/hypr/conf/animations/animations-river.conf b/hyprland/.config/hypr/conf/animations/animations-river.conf index 66a5685..6f086a3 100644 --- a/hyprland/.config/hypr/conf/animations/animations-river.conf +++ b/hyprland/.config/hypr/conf/animations/animations-river.conf @@ -10,5 +10,6 @@ animations { animation = windowsOut, 1, 7, default, popin 80% animation = border, 1, 10, default animation = fade, 1, 7, default - animation = workspaces, 1, 6, default + animation = workspaces, 1, 6, default, slide + animation = specialWorkspace, 1, 6, default, slidevert } \ No newline at end of file