invert-color-include only for one application ? #1258
Closed
circuitikzuser
started this conversation in
Configuraiton
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot find a way to use invert-color-include for more than one application.
E.g. invert-color-include = [ "name *?='Appname #1" ]; works, but
invert-color-include = [ "name *?='Appname #1" ];
invert-color-include = [ "name *?='Appname #2" ];
doesnt work and terminates picom with an error
So how can you have multiple applications with inverted colors ?
Beta Was this translation helpful? Give feedback.
All reactions