mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-05-26 21:49:26 +02:00
5b923a135c
This commit expands the reconcile_monitors fn to also update resolution and work area sizes if they are different from what is stored in the window manager state. Another WindowManagerEvent has been added as a polling mechanism for monitor-related changes (scaling, dpi, resolution etc.), and this will now also trigger the reconcile_monitors fn in the existing event pre-processing block. resolve #36