Pavel Sanda wrote:
> Hi,
>
> I observe in mutliple applications problem with opacity in fullsceen regime 
> (impressive, geeqie).
> I have 100% opacity for focused window, but 90% for unfocused. The fullscreen 
> mode is most probaly
> not recognized as focused window (although it grabs both mouse&keyboard 
> inputs) so backround
> is part visible. Is this fixable on e16 part or I something is missing in the 
> way how those progs
> initialize fullscreen mode and should be rporte there?
>
Looking at geeqie it appears to use an override-redirect window for 
fullscreen (typically used for pop-up windows, tooltips, etc. - not the 
proper way to do it IMO, should use _NET_WM_STATE_FULLSCREEN).

This means that e16 doesn't interfere with it except when compositing.
The default opacity for override-redirect windows is determined by 
"Default pop-up window opacity" (compmgr.override_redirect.opacity).

If you don't want to change the opacity for all pop-up windows it looks 
like adding this to matches.cfg does the trick:

Title Full*Geeqie Winop opacity 100

I guess impressive does something similar and can probably be fixed the 
same way if you can figure out the fullscreen window title (or WM_CLASS 
property).

You could also use e16's fullscreen mode (alt-ctrl-f) to toggle the 
fullscreen state, although the result isn't exactly the same as when 
using geeqies fullscreen mode.

/Kim


------------------------------------------------------------------------------
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to