mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-20 17:15:41 +02:00
picom: disable frame pacing for now
This commit is contained in:
parent
14789d0ab9
commit
01893912ba
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
backend = "egl";
|
||||
vsync = true;
|
||||
no-frame-pacing = true; # see https://github.com/yshui/picom/issues/1345
|
||||
# These two are recommended if they work.
|
||||
glx-no-stencil = true;
|
||||
glx-no-rebind-pixmap = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue