aboutsummaryrefslogtreecommitdiff
path: root/compton/.config/compton.conf
diff options
context:
space:
mode:
Diffstat (limited to 'compton/.config/compton.conf')
-rw-r--r--compton/.config/compton.conf31
1 files changed, 18 insertions, 13 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf
index a6bdc1f..61fc0d9 100644
--- a/compton/.config/compton.conf
+++ b/compton/.config/compton.conf
@@ -24,21 +24,21 @@ shadow = true;
# The blur radius for shadows, in pixels. (defaults to 12)
# shadow-radius = 12
# shadow-radius = 14;
-shadow-radius = 20;
+shadow-radius = 22;
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
-# shadow-opacity = .75
-shadow-opacity = .35
+shadow-opacity = 1.0;
+# shadow-opacity = .35
# The left offset for shadows, in pixels. (defaults to -15)
# shadow-offset-x = -15
# shadow-offset-x = -7;
-shadow-offset-x = -13;
+shadow-offset-x = -15;
# The top offset for shadows, in pixels. (defaults to -15)
# shadow-offset-y = -15
# shadow-offset-y = -7;
-shadow-offset-y = -13;
+shadow-offset-y = -15;
# Avoid drawing shadows on dock/panel windows. This option is deprecated,
# you should use the *wintypes* option in your config file instead.
@@ -126,9 +126,8 @@ fade-out-step = 0.06;
# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
-# inactive-opacity = 0.8
# inactive-opacity = 0.8;
-# inactive-opacity = 0.9;
+inactive-opacity = 0.7;
# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
frame-opacity = 1;
@@ -145,14 +144,16 @@ inactive-opacity-override = true;
active-opacity = 1;
# Dim inactive windows. (0.0 - 1.0, defaults to 0.0)
-# inactive-dim = 0.2;
+# inactive-dim = 0.5;
# Specify a list of conditions of windows that should always be considered focused.
focus-exclude = [
- "class_g = 'slop'",
- "class_g = 'Dmenu'",
- # "class_g = 'Zathura'",
- "class_g = 'Rofi'"
+ "class_g = 'Rofi'",
+ "class_g = 'Zathura'",
+ "class_g *= 'Firefox'",
+ "class_g *= 'Vivaldi'",
+ "class_g = 'Mattermost'",
+ "class_g = 'Signal'"
]
# Use fixed inactive dim value, instead of adjusting according to window opacity.
@@ -167,7 +168,11 @@ focus-exclude = [
#
opacity-rule = [
"100:class_g = 'Rofi'",
- "100:class_g = 'Zathura'"
+ "100:class_g = 'Zathura'",
+ "100:class_g *= 'Firefox'",
+ "100:class_g *= 'Vivaldi'",
+ "100:class_g = 'Mattermost'",
+ "100:class_g = 'Signal'"
];