Johan Malm
Johan Malm
Nice work. Looks good in principle, except that I'm nervous about hard-coding properties and actions with no ability to configure at run-time. I think it's good to pre-configure `labwc` to...
> I don't see them in this PR, stuck review? It was :smile:
I'll do some testing with clients tomorrow.
Are we sure ignore_focus_request should be true. We should be able to operate pcmanfm--desktop context menus with the keyboard, which necessitates keyboard-focus.
> > Are we sure ignore_focus_request should be true. We should be able to operate pcmanfm--desktop context menus with the keyboard, which necessitates keyboard-focus. > > Since context menus usually...
> It would be useful to understand how this would best work if it was implemented and what capability it would be possible to achieve. We really like your commitment...
We might be able to use `min_size` == `max_size` as a trigger to indicate that a window is "not resizable". https://wayland.app/protocols/xdg-shell#xdg_toplevel:request:set_max_size Do you have an application in mind that allows...
> Maybe kcolorchooser is an example. On maximize it will jump to top left corner but not change size. Maybe disabling (removing) the button in this case? Indeed a good...
Yes, exactly my thoughts. Could be part of titleLayout when we get to that.
Would window rule work? ``` ``` (not tested)