diff options
author | Raúl Benencia <rul@kalgan.cc> | 2019-08-04 10:58:06 -0700 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2019-08-04 10:58:06 -0700 |
commit | 0f438f8e857c34dc89edbf28cd8e254c7ac0aefa (patch) | |
tree | b6fa71ede4ca0df8d4beff4fd87db51a5c5aa953 /.config/compton.conf | |
parent | 574a71772b12851c959c9b1f52c389e457404791 (diff) | |
parent | 9346f23a7bb6c9428ff752e747f268d9f9c8db21 (diff) |
Merge branch 'master' of git.rbenencia.name:pub/home-dotfiles
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 |