fix picom thing
This commit is contained in:
parent
6dea3e634a
commit
2168375d51
1 changed files with 2 additions and 1 deletions
|
@ -124,7 +124,8 @@ inactive-opacity-override = false;
|
|||
|
||||
# Specify a list of conditions of windows that should never be considered focused.
|
||||
# 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.
|
||||
# inactive-dim-fixed = 1.0
|
||||
|
|
Loading…
Reference in a new issue