compton-conf icon indicating copy to clipboard operation
compton-conf copied to clipboard

Add tooltip config

Open hmollercl opened this issue 5 years ago • 0 comments

Tootlip is essential config when "grouped windows" is used in the panel, currently if compton is enabled tooltip are very transparent (opacity 0) and in compton-conf there is no option to modify this, it should be done directly in the file ~/.config/compton.conf:

wintypes : 
{
  tooltip : 
  {
    fade = true;
    shadow = false;
    opacity = 1;
    focus = true;
  };
};

The idea is to include this configuration option in compton-conf.

hmollercl avatar Apr 07 '20 19:04 hmollercl