mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-01 22:04:20 +02:00
i3-companion: enable autoreconnect to i3
This commit is contained in:
parent
11044c6f3e
commit
ea4905bc9d
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ async def network_manager_status(i3, event, *args):
|
|||
|
||||
|
||||
async def main(options):
|
||||
i3 = await Connection().connect()
|
||||
i3 = await Connection(auto_reconnect=True).connect()
|
||||
i3.session_bus = await ravel.session_bus_async()
|
||||
i3.system_bus = await ravel.system_bus_async()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue