• fix: handle monitor hotplug for greeter windows (v0.8.2)
    All checks were successful
    Update PKGBUILD version / update-pkgver (push) Successful in 2s

    nevaforget released this 2026-04-09 15:06:29 +02:00 | 5 commits to main since this release

    Greeter windows were only created at startup. Hotplugged monitors (e.g.
    HDMI reconnect) would show no UI. Connect to the monitor ListModel's
    items-changed signal to create greeter windows for newly added monitors.

    Aligned with moonlock's hotplug fix using the same pattern adapted for
    gtk4-layer-shell (ListModel) instead of session-lock (connect_monitor).

    Downloads