🐛 fix picom flickering
This commit is contained in:
parent
ad1cf2489b
commit
0e664ab358
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ in
|
||||||
glx-no-rebind-pixmap = true;
|
glx-no-rebind-pixmap = true;
|
||||||
glx-no-stencil = true;
|
glx-no-stencil = true;
|
||||||
|
|
||||||
|
# against flicker
|
||||||
|
unredir-if-possible = false;
|
||||||
|
|
||||||
# fastest swap method
|
# fastest swap method
|
||||||
glx-swap-method = 1;
|
glx-swap-method = 1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue