mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
i3-companion: use double exec for Quake console as well
This commit is contained in:
parent
b7a878d8f7
commit
c13fb9f387
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ async def quake_console(i3, event):
|
|||
tree = await i3.get_tree()
|
||||
term = tree.find_instanced(term_name)
|
||||
if not term:
|
||||
await i3.command(f'exec {term_exec} --name {term_name}')
|
||||
await i3.command(f'exec exec {term_exec} --name {term_name}')
|
||||
tries = 5
|
||||
while not term and tries:
|
||||
tree = await i3.get_tree()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue