From 7eda6ea9e6ba7835ebd70b947731e31fc18c188a Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 9 Feb 2022 18:26:40 +0100 Subject: [PATCH] [Picom] Remove deprecated option --- org/config/picom.org | 7 ------- 1 file changed, 7 deletions(-) diff --git a/org/config/picom.org b/org/config/picom.org index 00bca04..ca39a2c 100644 --- a/org/config/picom.org +++ b/org/config/picom.org @@ -390,13 +390,6 @@ passing ~_NET_WM_OPACITY~ of client windows to frame windows. detect-client-opacity = true; #+END_SRC -Specify refresh rate of the screen. If not specified or 0, picom will try -detecting this with X RandR extension. -| Default value | ~60~ | -#+BEGIN_SRC conf -refresh-rate = 120; -#+END_SRC - Limit picom to repaint at most once every 1 / ~refresh_rate~ second to boost performance. This should not be used with #+BEGIN_SRC text :tangle no