summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2022-05-11 20:36:34 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2022-05-11 20:36:34 +0200
commit5e5df04df6760bcd950f5d6549b640f361a20611 (patch)
tree92eafdc1c7fb608fa602320f0ad425202d2978e5
parent427721a7998840fb0f87661640b6e846d79af46f (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.