diff options
| -rw-r--r-- | extras/HOME/.config/compton.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/HOME/.config/compton.conf b/extras/HOME/.config/compton.conf index c669100..0b17b5c 100644 --- a/extras/HOME/.config/compton.conf +++ b/extras/HOME/.config/compton.conf @@ -47,3 +47,5 @@ wintypes: } # shadow-exclude-reg = "x10+0+0"; # xinerama-shadow-crop = true; +xrender-sync-fence = true; +vsync = true; |