Alexandar Petrov
Alexandar Petrov
Yea exactly, I get this issue when my session suspends/when I lock the screen. I also forgot to mention I'm on Gnome 46.
Works on my machine.
They might just be busy. Sometimes life gets in the way man.
Actually, one bug I'm noticing with your branch is that when I go in the overview, all the windows are blurred for some reason. If I disable the "Add rounded...
While testing this issue a little further, I believe the blur shows itself in the overview to all windows that have rounded corners. So on the main branch, a window...
Yea, I'm having the same issue. As soon as I maximize my window, the blur reappears, but whenever the corners are rounded, the blur disappears. I remember reading on the...
Hi, I use nvim-tree and had the same issue as you. When opening and closing it, my UI would be all the way messed up. I found a solution though,...
Ah, that's unfortunate.
Hi, Just a quick update on the code above. ``` local dap = require("dap") local dapui = require("dapui") --events to correctly resize window after opening/closing split vim.api.nvim_create_augroup("DAP_UI_RESET", {clear = true})...