only dim inactive alacritty windows
This commit is contained in:
parent
e83bad281c
commit
4c9b75331f
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,9 @@
|
||||||
fadeDelta = 5;
|
fadeDelta = 5;
|
||||||
fadeSteps = [ "0.05" "0.05" ];
|
fadeSteps = [ "0.05" "0.05" ];
|
||||||
|
|
||||||
inactiveOpacity = "0.8";
|
opacityRule = [
|
||||||
|
"80:class_g = 'Alacritty' && !focused"
|
||||||
|
];
|
||||||
vSync = true;
|
vSync = true;
|
||||||
|
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue