Few changes in picom conf

This commit is contained in:
samedamci 2020-05-27 13:18:13 +02:00
parent b37041b48d
commit 7f0badc776
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

View File

@ -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'",
];