diff options
author | Amin Bandali <amin@aminb.org> | 2017-07-30 20:35:16 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2017-07-30 20:35:16 -0400 |
commit | 23c4f593c9a183d12759b619ab1e01b094666c7d (patch) | |
tree | 5c331cad296e87053ca139d1122e2894e255a382 /compton | |
parent | 1dbe5f7f362ca5dbaf0ddd9a6dfe5cac0722eae0 (diff) | |
download | configs-23c4f593c9a183d12759b619ab1e01b094666c7d.tar.gz configs-23c4f593c9a183d12759b619ab1e01b094666c7d.tar.xz configs-23c4f593c9a183d12759b619ab1e01b094666c7d.zip |
[compton] Disable menu transparency
Diffstat (limited to 'compton')
-rw-r--r-- | compton/.config/compton.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf index bd34ff0..726f7f8 100644 --- a/compton/.config/compton.conf +++ b/compton/.config/compton.conf @@ -18,7 +18,7 @@ shadow-ignore-shaped = true; # Avoid drawing shadow on all shaped windows # (see also: --detect-rounded-corners) # Opacity -menu-opacity = 0.9; # The opacity for menus. (default 1.0) +menu-opacity = 0.95; # The opacity for menus. (default 1.0) #inactive-opacity = 0.9; # Default opacity of inactive windows. (0.0 - 1.0) # active-opacity = 0.8; # Default opacity for active windows. (0.0 - 1.0) frame-opacity = 0.7; # Opacity of window titlebars and borders. (0.1 - 1.0) |