mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-09 17:54:22 +02:00
i3-companion: only log window classes
This commit is contained in:
parent
5357f669e5
commit
1737177d2b
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ async def worksplace_exclusive(i3, event):
|
|||
or w.sticky
|
||||
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
|
||||
|
||||
tree = await i3.get_tree()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue