From 7f0badc77667a45002d48c7029457da37af55c42 Mon Sep 17 00:00:00 2001 From: samedamci Date: Wed, 27 May 2020 13:18:13 +0200 Subject: [PATCH] Few changes in picom conf --- .config/picom/picom.conf | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 499f0c1..13771bb 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -37,6 +37,15 @@ mark-ovredir-focused = false; #frame-opacity = 0 inactive-dim = 0.2; +inactive-dim-exclude = [ + "class_g = 'slop'", + "class_g = 'maim'", +] +focus-exclude = [ + "class_g *?= 'dmenu'", + "class_g *?= 'Rofi'", +] + detect-client-opacity = true; opacity-rule = [ "35:class_g = 'Bspwm' && class_i = 'presel_feedback'", @@ -57,7 +66,3 @@ shadow-exclude = [ "class_g *?= 'dmenu'", "class_g = 'Bspwm' && class_i = 'presel_feedback'", ] - -focus-exclude = [ - "class_g *?= 'dmenu'", -];