diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-05-28 14:28:43 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-05-28 14:28:43 +0000 |
commit | bfb26e1dddfb7399074f113dbff1df35d3e2db49 (patch) | |
tree | 9406d4eec2f0dd3c509f882df4f8dfe322ada673 /picom | |
parent | b89155ad0f7fe2810035043bfee4047586f64de4 (diff) |
changed a lot
Diffstat (limited to 'picom')
-rw-r--r-- | picom/.config/picom.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 1856f93..bc22261 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf | |||
@@ -37,8 +37,8 @@ blur-background-exclude = [ | |||
37 | ]; | 37 | ]; |
38 | opacity-rule = [ | 38 | opacity-rule = [ |
39 | "40:class_g = 'Bspwm' && class_i = 'presel_feedback'", | 39 | "40:class_g = 'Bspwm' && class_i = 'presel_feedback'", |
40 | "100:class_g = 'st-256color' && focused", | 40 | "100:class_g = 'alacritty' && focused", |
41 | "95:class_g = 'st-256color' && !focused" | 41 | "95:class_g = 'alacritty' && !focused" |
42 | ]; | 42 | ]; |
43 | 43 | ||
44 | ## FADING | 44 | ## FADING |