From 439112f3f1da7ba6dc0c1aa2f111c014cfee817f Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 26 Mar 2024 17:30:54 +0100 Subject: [PATCH] perf: set default fps to 30 instead of 100 --- lua/edgy/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/edgy/config.lua b/lua/edgy/config.lua index 6486f4e..b06c73c 100644 --- a/lua/edgy/config.lua +++ b/lua/edgy/config.lua @@ -20,7 +20,7 @@ local defaults = { -- edgebar animations animate = { enabled = true, - fps = 100, -- frames per second + fps = 30, -- frames per second cps = 120, -- cells per second on_begin = function() vim.g.minianimate_disable = true