From ed203771f1677765b00377d98ba8e7121f3b489b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 7 Jul 2021 16:58:07 +0200 Subject: [PATCH] i3-companion: add back missing event binding --- bin/i3-companion | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/i3-companion b/bin/i3-companion index c2d75ab..ba4d4c4 100755 --- a/bin/i3-companion +++ b/bin/i3-companion @@ -197,6 +197,9 @@ async def window_info(i3, event): output_update_running = None + + +@on(Event.OUTPUT) async def output_update(i3, event): """React to a XRandR change.""" global output_update_running