change opacity

This commit is contained in:
Benjamin Kyd
2025-03-03 17:35:59 +00:00
parent 1019f4ddda
commit cdbffbf1be

View File

@@ -152,7 +152,7 @@ fade-exclude = [
# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
# inactive-opacity = 1
inactive-opacity = 0.9;
inactive-opacity = 0.95;
# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
# frame-opacity = 1.0
@@ -195,9 +195,9 @@ focus-exclude = [
#
# opacity-rule = []
opacity-rule = [
"85:class_g = 'org.wezfurlong.wezterm'",
"85:class_g = 'discord'",
"85:class_g = 'Spotify'",
"95:class_g = 'org.wezfurlong.wezterm'",
"99:class_g = 'discord'",
"99:class_g = 'Spotify'",
"100:class_g *= 'chrome'",
];