🐛 fix picom flickering

dev-docs
Moritz Böhme 2022-10-06 20:27:14 +02:00
parent ad1cf2489b
commit 0e664ab358
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ in
glx-no-rebind-pixmap = true;
glx-no-stencil = true;
# against flicker
unredir-if-possible = false;
# fastest swap method
glx-swap-method = 1;