From ea4905bc9dfb335bc1c2736488c888bc31338eab Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 15 Jul 2021 18:20:59 +0200 Subject: [PATCH] i3-companion: enable autoreconnect to i3 --- bin/i3-companion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/i3-companion b/bin/i3-companion index f59b7c9..7059737 100755 --- a/bin/i3-companion +++ b/bin/i3-companion @@ -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()