diff options
Diffstat (limited to '.config/compton.conf')
-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 |