slow notify FPS
This commit is contained in:
@ -4,6 +4,9 @@ return {
|
|||||||
local colors = require("catppuccin.palettes").get_palette()
|
local colors = require("catppuccin.palettes").get_palette()
|
||||||
require("notify").setup({
|
require("notify").setup({
|
||||||
background_colour = colors.base,
|
background_colour = colors.base,
|
||||||
|
fps = 10, -- default 30
|
||||||
|
stages = "slide", -- default fade_in_slide_out
|
||||||
|
timeout = 5000, -- default 5000
|
||||||
})
|
})
|
||||||
vim.notify = require("notify")
|
vim.notify = require("notify")
|
||||||
end,
|
end,
|
||||||
|
Reference in New Issue
Block a user