X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/19213515a321fb8b062426467b6057e0c771d2cd..56fe44972a5871c713fee75ca255e540a658f4ec:/compton/.config/compton.conf?ds=inline diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf index bd34ff0..39a5794 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) @@ -84,7 +84,7 @@ glx-swap-method = "undefined"; # See man page. # Window type settings wintypes: { - tooltip = { fade = true; shadow = false; opacity = 0.75; focus = true; }; + tooltip = { fade = true; shadow = false; opacity = 1; focus = true; }; menu = { shadow = false; }; dropdown_menu = { shadow = false; }; popup_menu = { shadow = false; };