i3-companion: only log window classes

This commit is contained in:
Vincent Bernat 2021-07-17 09:21:58 +02:00
parent 5357f669e5
commit 1737177d2b

View file

@ -344,7 +344,7 @@ async def worksplace_exclusive(i3, event):
or w.sticky or w.sticky
or w.window_class in intrusive_apps or w.window_class in intrusive_apps
): ):
logger.debug("window %s can intrude", w.name) logger.debug("window %s can intrude", w.window_class)
return return
tree = await i3.get_tree() tree = await i3.get_tree()