summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <adam.moloney.stuck@gmail.com>2022-05-11 20:36:34 +0200
committeradamstuck <adam.moloney.stuck@gmail.com>2022-05-12 08:40:55 +0200
commitfa2228a35bc0277e9ee9f5099f659860ff9368b6 (patch)
tree07b5bf47f8b1b76ff83059fb951e6b960bab414e
parent2b7cf93a39c7287869619a34cd766f967cf8a0fe (diff)
picom: removed deprecated stuff
-rw-r--r--.config/picom/picom.conf4
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.