aboutsummaryrefslogtreecommitdiff
path: root/compton
diff options
context:
space:
mode:
Diffstat (limited to 'compton')
-rw-r--r--compton/.config/compton.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf
index 8bc64ff..f42a5f8 100644
--- a/compton/.config/compton.conf
+++ b/compton/.config/compton.conf
@@ -121,7 +121,7 @@ fade-out-step = 0.06;
# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
# inactive-opacity = 0.8;
-inactive-opacity = 0.4;
+inactive-opacity = 0.6;
# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
frame-opacity = 1;
@@ -135,7 +135,7 @@ frame-opacity = 1;
inactive-opacity-override = true;
# Default opacity for active windows. (0.0 - 1.0, defaults to 1.0)
-active-opacity = 0.8;
+active-opacity = 1.0;
# Dim inactive windows. (0.0 - 1.0, defaults to 0.0)
# inactive-dim = 0.5;
@@ -148,6 +148,7 @@ focus-exclude = [
"class_g *= 'Vivaldi'",
"class_g *= 'Brave'",
"class_g = 'Mattermost'",
+ "class_g = 'KeePassXC'",
"class_g = 'Signal'"
]