hello, is there a way to set a match that can need to change while using the application ?
for instance, some software i use can have title that can change when switching layer/tab etc. so this: Match(wm_class='app_class', title='settings') can work some time until the application change title with 'settings (layer abc)' where 'abc' is set by the user in the app, which makes it unpredictable in the qtile config. is there then something i could do to set the title with something like ['settings' in title] instead of raw title name? thanks! -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qtile-dev/e50a7a43-d38c-4797-9cd7-edba0f8444d2n%40googlegroups.com.
