summaryrefslogtreecommitdiff
path: root/hyprland/animations.conf
diff options
context:
space:
mode:
authorsubh <subh@example.com>2026-01-19 21:47:02 +0530
committersubh <subh@example.com>2026-01-19 21:47:02 +0530
commit65aad59ef0802708a8a7c8a312755232cc1823d3 (patch)
treefe0a437f3e9a71ab5b9197d9b8fa72c24d2170ea /hyprland/animations.conf
initial commit
Diffstat (limited to 'hyprland/animations.conf')
-rw-r--r--hyprland/animations.conf35
1 files changed, 35 insertions, 0 deletions
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
+}