From 65aad59ef0802708a8a7c8a312755232cc1823d3 Mon Sep 17 00:00:00 2001 From: subh Date: Mon, 19 Jan 2026 21:47:02 +0530 Subject: initial commit --- hyprland/animations.conf | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 hyprland/animations.conf (limited to 'hyprland/animations.conf') diff --git a/hyprland/animations.conf b/hyprland/animations.conf new file mode 100644 index 0000000..729b402 --- /dev/null +++ b/hyprland/animations.conf @@ -0,0 +1,35 @@ +animations { + enabled = true + + # Disable non-workspace animations + animation = windows, 0 + animation = windowsIn, 0 + animation = windowsOut, 0 + animation = windowsMove, 0 + animation = layers, 0 + animation = layersIn, 0 + animation = layersOut, 0 + animation = fade, 0 + animation = fadeIn, 0 + animation = fadeOut, 0 + animation = fadeSwitch, 0 + animation = fadeShadow, 0 + animation = fadeDim, 0 + animation = fadeLayers, 0 + animation = fadeLayersIn, 0 + animation = fadeLayersOut, 0 + animation = fadePopups, 0 + animation = fadePopupsIn, 0 + animation = fadePopupsOut, 0 + animation = fadeDpms, 0 + animation = border, 0 + animation = borderangle, 0 + + # Enable workspace animations + animation = workspaces, 1, 3, default, fade + animation = workspacesIn, 1, 3, default, fade + animation = workspacesOut, 1, 3, default, fade + animation = specialWorkspace, 1, 3, default, fade + animation = specialWorkspaceIn, 1, 3, default, fade + animation = specialWorkspaceOut, 1, 3, default, fade +} -- cgit v1.2.3