You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some floating windows take my inactive-opacity undesirably; having just checked one I think focus-excludeing windows with WM_TAKE_FOCUS in WM_PROTOCOLS would help.
Is there a documented mapping between the WM_* values I can find with xprop and what needs to be in picom.conf? For example WM_CLASS = <a>, <b> -> class_g (& something else).
Or perhaps they can be used directly, since a couple are in the sample config? But then given it's a list how can we match on any that contains a given element (WM_TAKE_FOCUS)? I gather maybe it's something to do with the @:c or *= used in the sample config, but I can't find any reference to what they mean to libconfig.
The text was updated successfully, but these errors were encountered:
picom version
vgit-dac85
Configuration:
Other details
Some floating windows take my
inactive-opacity
undesirably; having just checked one I thinkfocus-exclude
ing windows withWM_TAKE_FOCUS
inWM_PROTOCOLS
would help.Is there a documented mapping between the
WM_*
values I can find withxprop
and what needs to be inpicom.conf
? For exampleWM_CLASS = <a>, <b>
->class_g
(& something else).Or perhaps they can be used directly, since a couple are in the sample config? But then given it's a list how can we match on any that contains a given element (
WM_TAKE_FOCUS
)? I gather maybe it's something to do with the@:c
or*=
used in the sample config, but I can't find any reference to what they mean to libconfig.The text was updated successfully, but these errors were encountered: