animation fuckery

This commit is contained in:
Schrottkatze 2025-04-16 12:57:21 +02:00
commit 8f5547acc9
No known key found for this signature in database
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;