From cef3e285bb166491e475a3e2e123837b8cf703d1 Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Fri, 14 Oct 2022 14:55:00 +0200 Subject: [PATCH] Removed picom's "refresh rate" option --- picom/.config/picom.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 8bcd2fa..be7123b 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -238,12 +238,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; - # Use EWMH '_NET_ACTIVE_WINDOW' to determine currently focused window, # rather than listening to 'FocusIn'/'FocusOut' event. Might have more accuracy, # provided that the WM supports it.