Few changes in picom conf
This commit is contained in:
parent
4a4676f31f
commit
0099ccbc5c
@ -37,6 +37,15 @@ mark-ovredir-focused = false;
|
|||||||
|
|
||||||
#frame-opacity = 0
|
#frame-opacity = 0
|
||||||
inactive-dim = 0.2;
|
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;
|
detect-client-opacity = true;
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
"35:class_g = 'Bspwm' && class_i = 'presel_feedback'",
|
"35:class_g = 'Bspwm' && class_i = 'presel_feedback'",
|
||||||
@ -57,7 +66,3 @@ shadow-exclude = [
|
|||||||
"class_g *?= 'dmenu'",
|
"class_g *?= 'dmenu'",
|
||||||
"class_g = 'Bspwm' && class_i = 'presel_feedback'",
|
"class_g = 'Bspwm' && class_i = 'presel_feedback'",
|
||||||
]
|
]
|
||||||
|
|
||||||
focus-exclude = [
|
|
||||||
"class_g *?= 'dmenu'",
|
|
||||||
];
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user