summaryrefslogtreecommitdiff
path: root/compton/.config/compton.conf
diff options
context:
space:
mode:
Diffstat (limited to 'compton/.config/compton.conf')
-rw-r--r--compton/.config/compton.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf
index 09e44e6..6c99fcc 100644
--- a/compton/.config/compton.conf
+++ b/compton/.config/compton.conf
@@ -1,8 +1,8 @@
1## SHADOWS 1## SHADOWS
2shadow = true; 2shadow = true;
3shadow-radius = 0.5; 3shadow-radius = 0.5;
4shadow-offset-x = 1; 4shadow-offset-x = 3;
5shadow-offset-y = 1; 5shadow-offset-y = 3;
6shadow-opacity = 0.65; 6shadow-opacity = 0.65;
7log-level = "warn"; 7log-level = "warn";
8shadow-exclude = [ 8shadow-exclude = [
@@ -15,7 +15,7 @@ shadow-exclude = [
15 "name = 'Polybar tray window'", 15 "name = 'Polybar tray window'",
16 "class_g ?= 'Rofi'", 16 "class_g ?= 'Rofi'",
17 "class_g ?= 'dwm'", 17 "class_g ?= 'dwm'",
18 "class_g = 'firefox' && argb", 18 "class_g = 'Firefox' && argb",
19 "_GTK_FRAME_EXTENTS@:c" 19 "_GTK_FRAME_EXTENTS@:c"
20]; 20];
21 21
@@ -36,7 +36,7 @@ blur-background-exclude = [
36opacity-rule = [ 36opacity-rule = [
37 "40:class_g = 'Bspwm' && class_i = 'presel_feedback'", 37 "40:class_g = 'Bspwm' && class_i = 'presel_feedback'",
38 "100:class_g = 'URxvt' && focused", 38 "100:class_g = 'URxvt' && focused",
39 "85:class_g = 'URxvt' && !focused" 39 "95:class_g = 'URxvt' && !focused"
40]; 40];
41 41
42## FADING 42## FADING