fix: cover both monitors on Wayland GNOME
- replace display_info with native wl_output enumeration; detects
connected outputs more reliably
- create one slint window per monitor
- use winit_window().await + fullscreen::borderless()monitorhandle) to
call xdg_toplevel.setfullscreen(wl_output)
- fix dead-code warnings