please work
This commit is contained in:
parent
a76167e432
commit
10984fba78
1 changed files with 3 additions and 2 deletions
|
@ -124,8 +124,8 @@ inactive-opacity-override = false;
|
||||||
|
|
||||||
# Specify a list of conditions of windows that should never be considered focused.
|
# Specify a list of conditions of windows that should never be considered focused.
|
||||||
# focus-exclude = []
|
# focus-exclude = []
|
||||||
focus-exclude = [ "class_g = 'Cairo-clock'",
|
focus-exclude = [ "class_g = 'Cairo-clock'"
|
||||||
"class_g = 'emacs'"];
|
];
|
||||||
|
|
||||||
# Use fixed inactive dim value, instead of adjusting according to window opacity.
|
# Use fixed inactive dim value, instead of adjusting according to window opacity.
|
||||||
# inactive-dim-fixed = 1.0
|
# inactive-dim-fixed = 1.0
|
||||||
|
@ -137,6 +137,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'",
|
||||||
# example:
|
# example:
|
||||||
# opacity-rule = [ "80:class_g = 'URxvt'" ];
|
# opacity-rule = [ "80:class_g = 'URxvt'" ];
|
||||||
#
|
#
|
||||||
|
opacity-rule = [ "100:class_g = 'emacs'" ];
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# Corners #
|
# Corners #
|
||||||
|
|
Loading…
Reference in a new issue