change opacity
This commit is contained in:
@@ -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'",
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user