mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 02:08:35 +02:00
i3-companion: wait longer to debounce XRandR events
This commit is contained in:
parent
c13fb9f387
commit
c8af3d585a
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ async def output_update(i3, event):
|
|||
|
||||
logger.debug("schedule XRandR change")
|
||||
output_update_running = asyncio.get_event_loop().call_later(
|
||||
1, output_update_now)
|
||||
2, output_update_now)
|
||||
|
||||
|
||||
async def main(options):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue