diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-04-06 11:09:15 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-04-06 11:09:15 +0000 |
commit | 360a02f99e86cba9292138dc664aca67daeb896c (patch) | |
tree | f21483d85fd5639e36f6ed7b75d6319ef76a3c7d /compton/.config | |
parent | 7deccfd153014e1ab27d5b658b8f144718c74d23 (diff) |
why tho
Diffstat (limited to 'compton/.config')
-rw-r--r-- | compton/.config/compton.conf | 8 |
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 |
2 | shadow = true; | 2 | shadow = true; |
3 | shadow-radius = 0.5; | 3 | shadow-radius = 0.5; |
4 | shadow-offset-x = 1; | 4 | shadow-offset-x = 3; |
5 | shadow-offset-y = 1; | 5 | shadow-offset-y = 3; |
6 | shadow-opacity = 0.65; | 6 | shadow-opacity = 0.65; |
7 | log-level = "warn"; | 7 | log-level = "warn"; |
8 | shadow-exclude = [ | 8 | shadow-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 = [ | |||
36 | opacity-rule = [ | 36 | opacity-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 |