i3-companion: wait longer to debounce XRandR events

This commit is contained in:
Vincent Bernat 2021-07-11 00:28:11 +02:00
parent c13fb9f387
commit c8af3d585a

View file

@ -345,7 +345,7 @@ async def output_update(i3, event):
logger.debug("schedule XRandR change") logger.debug("schedule XRandR change")
output_update_running = asyncio.get_event_loop().call_later( output_update_running = asyncio.get_event_loop().call_later(
1, output_update_now) 2, output_update_now)
async def main(options): async def main(options):