diff options
author | Raúl Benencia <rul@kalgan.cc> | 2019-08-04 10:20:22 -0700 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2019-08-04 10:20:22 -0700 |
commit | 826c03929d034f9fbbc8e580a94eb4399930af22 (patch) | |
tree | 69caab97b909301db6d8424f8135b35a8305a249 /.config | |
parent | 1b77dc4e5c06af101c563ae6f4f51efea8f726f5 (diff) |
fix transparency quirks
Diffstat (limited to '.config')
-rw-r--r-- | .config/compton.conf | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/.config/compton.conf b/.config/compton.conf index fceb4a2..9fcee62 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -1,16 +1,6 @@ -# Shadow -shadow = false; -no-dnd-shadow = true; -no-dock-shadow = true; -clear-shadow = true; -shadow-radius = 12.0; -shadow-offset-x = -12; -shadow-offset-y = -12; -shadow-opacity = 0.95; - # Opacity menu-opacity = 1.0; -inactive-opacity = 1.0; +inactive-opacity = 0.0; active-opacity = 1.0; # Fading |