🐛 fix picom flickering
parent
ad1cf2489b
commit
0e664ab358
|
@ -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 New Issue