sway
sway copied to clipboard
Simplify some input logic
Goals:
- Get rid of
toplevel_layer_surface_from_surface()
. We can just walk the scene to get this info. - Introduce a few scene descriptor helpers to reduce code duplication
See individual commits.