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.