From 66c0ee6b2502214aff399eb33cfad96ec99b3706 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sat, 24 Jun 2023 23:02:29 +0200 Subject: perf(picom): remove deprecated option --- config/picom/picom.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'config/picom/picom.conf') diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 87f1dea..3cd80d8 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -2,6 +2,10 @@ inactive-opacity = 0.4; active-opacity = 0.8; +opacity-rule = [ + "100:name*='Minecraft'" +] + # Border corner-radius = 6 round-borders = 6 @@ -10,14 +14,14 @@ round-borders = 6 blur: { method = "dual_kawase"; - strength = 15; + strength = 12; } wintypes: { normal = { blur-background = true; }; splash = { blur-background = false; }; -}; +} # Fading fading = false; @@ -30,7 +34,6 @@ mark-wmwin-focused = true; mark-ovredir-focused = true; detect-rounded-corners = true; detect-client-opacity = true; -refresh-rate = 0; vsync = true; dbe = false; unredir-if-possible = true; -- cgit v1.2.3