mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-12 19:24:20 +02:00
i3-companion: avoid leaking window name in logs
This commit is contained in:
parent
ce25d4d970
commit
0f4e668b51
2 changed files with 3 additions and 3 deletions
|
@ -357,7 +357,7 @@ async def worksplace_exclusive(i3, event):
|
|||
|
||||
# Create a new workspace and move the window here
|
||||
num = await _new_workspace(i3)
|
||||
logger.info(f"move window {w.name} to workspace {num}")
|
||||
logger.info(f"move window {w.window_class} to workspace {num}")
|
||||
await w.command(f'move container to workspace number "{num}"')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue