animation fuckery

This commit is contained in:
Schrottkatze 2025-04-16 12:57:21 +02:00
parent 81cf4188c4
commit 8f5547acc9
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
3 changed files with 46 additions and 0 deletions

View file

@ -10,6 +10,12 @@
hide-after-inactive-ms = 10000;
};
animations.window-open.easing = {
curve = "linear";
duration-ms = 350;
};
animations.shaders.window-open = builtins.readFile ./shaders/glitch-open.frag;
layout = {
gaps = 15;
focus-ring.enable = false;