From 8b54251b9781b396f50f6d103ac8bcfe3b42cb44 Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 7 Nov 2025 00:42:05 +0100 Subject: nice picom --- .config/picom.conf | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to '.config/picom.conf') diff --git a/.config/picom.conf b/.config/picom.conf index e4018b8..c9fea61 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -6,6 +6,14 @@ vsync = true; unredir-if-possible = true; no-use-damage = false; +unredir-if-possible-exclude = [ + "class_g = 'mpv'" +]; + +# window-rule = [ +# "use-redirect-if-possible = false:class_g = 'mpv' && fullscreen" +# ]; + # Inactive windows diming # inactive-dim = 0.10; # inactive-dim-fixed = true; @@ -79,8 +87,7 @@ fading = false; # no-fading-openclose = true; # Specify a list of conditions of windows that should not be faded. -fade-exclude = [ ]; -xinerama-shadow-crop = true; +# xinerama-shadow-crop = true; # wintypes: # { -- cgit v1.2.3