So now i’m happy with compton.

BUT… (there’s always a but)
Libre-Office gets really slow, when compton is on. Scrolling around in Option-Menus from Forms, oder in Output-Lists froms Base… Totally Slow… Okay, maybe this is an Issue of Libre/Openoffice… This was slow before compton. But with compton… deadly slow. :-/
And the thing i want really to get fixed:
I use nedit as my preferred editor. The same is also with Libreoffice:
If i open a search-window, the search-window never becomes transparent, but the main-window is transparent, while the search-window has focus. I need this the other way round. The main-window shouldn’t get transparent, while the search-window has focus, and the searchwindow should get transparent, while the main-window has focus. (so i can see search-results hidden by the searchwindow itself).
This is my compton-config. What to change? How?
[code]# Shadow
shadow = true; # Enabled client-side shadows on windows.
no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows.
no-dnd-shadow = true; # Don’t draw shadows on DND windows.
clear-shadow = true; # Zero the part of the shadow’s mask behind the window (experimental).
shadow-radius = 7; # The blur radius for shadows. (default 12)
shadow-offset-x = -7; # The left offset for shadows. (default -15)
shadow-offset-y = -7; # The top offset for shadows. (default -15)
shadow-opacity = 0.7; # The translucency for shadows. (default .75)
shadow-red = 0.0; # Red color value of shadow. (0.0 - 1.0, defaults to 0)
shadow-green = 0.0; # Green color value of shadow. (0.0 - 1.0, defaults to 0)
shadow-blue = 0.0; # Blue color value of shadow. (0.0 - 1.0, defaults to 0)
shadow-exclude = [ “n:e:Notification” ]; # Exclude conditions for shadows.
shadow-exclude = “n:e:Notification”;
shadow-ignore-shaped = true;
#Focus
focus-exclude = [ “g:e:FvwmButtons” ];
Opacity
menu-opacity = 1; # The opacity for menus. (default 1.0)
inactive-opacity = 0.3; # Opacity of inactive windows. (0.1 - 1.0)
frame-opacity = 1; # Opacity of window titlebars and borders. (0.1 - 1.0)
inactive-opacity-override = true; # Inactive opacity set by ‘inactive-opacity’ overrides value of _NET_WM_OPACITY.
Fading
fading = true; # Fade windows during opacity changes.
fade-delta = 30; # The time between steps in a fade in milliseconds. (default 10).
fade-in-step = 0.03; # Opacity change between steps while fading in. (default 0.028).
fade-out-step = 0.03; # Opacity change between steps while fading out. (default 0.03).
no-fading-openclose = true; # Fade windows in/out when opening/closing.
Other
#inactive-dim = 0.5; # Dim inactive windows. (0.0 - 1.0, defaults to 0).
mark-wmwin-focused = true; # Try to detect WM windows and mark them as active.
mark-ovredir-focused = true;
detect-rounded-corners = true;
#paint-on-overlay = true;
Window type settings
wintypes:
{
tooltip = { fade = false; shadow = false; opacity = 0.75; };
dock = { fade = false; shadow = false; opacity = 1; };
popup_menu = { fade = false; shadow = false; opacity = 1; };
notify = { fade = true; shadow = false; opacity = 1; };
dropdown_menu = { fade = false; shadow = true; opacity = 1; };
combo = { fade = false; shadow = false; opacity = 1; };
desktop = { fade = false; shadow = false; opacity = 1; };
};[/code]
scientific