mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-15 04:34:21 +02:00
i3-companion: add back missing event binding
This commit is contained in:
parent
6f8b185735
commit
ed203771f1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue