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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have an application running and I want to exclude it from having shadow.
Using
xprop WM_CLASS
on it I get:So on
shadow-exclude
I tried to use:"class_g = 'supremo.exe'"
but this doesn't workbut this
"class_g ~= '^supremo.*exe$'"
works.Why the first one doesn't work ? I suspect I have to escape the point, I tried
\.
but I get an error.Thanks for the help.
Beta Was this translation helpful? Give feedback.
All reactions