diff options
Diffstat (limited to '.config/picom')
-rw-r--r-- | .config/picom/picom.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 4f0d925..00f4da1 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -67,10 +67,6 @@ detect-rounded-corners = true; # For example without this enabled my xfce4-notifyd is 100% opacity no matter what. 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 = 0; - # Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games. # Known to cause flickering when redirecting/unredirecting windows. # paint-on-overlay may make the flickering less obvious. |