Skip to content

Commit

Permalink
perf: set default fps to 30 instead of 100
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 26, 2024
1 parent 0b35dc6 commit 439112f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/edgy/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 439112f

Please sign in to comment.