wayray/crates
Till Wegmueller f648a8af39 Wire WM protocol requests to compositor and add keybinding support
Complete the Phase 2.5 protocol wiring so external WMs can actually
control the compositor:

- Add compositor action methods to WmProtocolHandler: configure_window,
  focus_window, close_window, set_fullscreen, set_decoration
- Wire manage-phase requests (propose_dimensions, set_focus, close,
  fullscreen grant/deny, decorations) through to Smithay ToplevelSurface
- Trigger manage_start on new toplevel, render_start each frame, and
  notify_window_closed on toplevel destruction when external WM connected
- Apply external WM render commands in headless render loop
- Keybinding dispatch: bind_key/unbind_key storage, mode support,
  binding_pressed/released events sent to WM seat
- Built-in floating WM: Alt+F4 close, Alt+Tab focus cycling with tests
2026-04-07 22:51:50 +02:00
..
wayray-protocol Add XOR diff + zstd frame encoding in wayray-protocol 2026-04-07 15:42:54 +02:00
wayray-wm-protocol Implement pluggable window management protocol (Phase 2.5) 2026-04-07 22:29:19 +02:00
wr-wm-tiling Implement pluggable window management protocol (Phase 2.5) 2026-04-07 22:29:19 +02:00
wradm Set up Cargo workspace with four crates 2026-04-04 18:16:53 +02:00
wrclient Use EventLoopProxy for efficient frame wake instead of busy-poll 2026-04-07 19:49:33 +02:00
wrsrvd Wire WM protocol requests to compositor and add keybinding support 2026-04-07 22:51:50 +02:00