diff options
Diffstat (limited to '.compton.conf')
-rw-r--r-- | .compton.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.compton.conf b/.compton.conf index 4be505e..fda95d2 100644 --- a/.compton.conf +++ b/.compton.conf @@ -178,10 +178,10 @@ detect-client-opacity = true; # Specify refresh rate of the screen.
# If not specified or 0, compton will try detecting this with X RandR extension.
-refresh-rate = 0;
+refresh-rate = 144;
# Vertical synchronization: match the refresh rate of the monitor
-vsync = true;
+vsync = false;
# Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
# Reported to have no effect, though.
|