From 9997d04c2ddb0dd523b18131219779877ea6b884 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 12 Oct 2022 14:14:49 +0200 Subject: [PATCH] remove refresh-rate option due to deprication warning --- picom.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/picom.conf b/picom.conf index f78d2b8..f11dfa1 100644 --- a/picom.conf +++ b/picom.conf @@ -242,12 +242,6 @@ detect-rounded-corners = true; # detect-client-opacity = false detect-client-opacity = true; -# Specify refresh rate of the screen. If not specified or 0, picom will -# try detecting this with X RandR extension. -# -# refresh-rate = 60 -refresh-rate = 0 - # Limit picom to repaint at most once every 1 / 'refresh_rate' second to # boost performance. This should not be used with # vsync drm/opengl/opengl-oml