Consolatis
Consolatis
> but my two comments above (against `ignore_focus_request` and `Maximize`) I don't see them in this PR, stuck review? > make me think that a user/maintainer should be able to...
> 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. That is only for the...
You could set labwc to prefer CSD rather than SSD for the decorations: https://labwc.github.io/labwc-config.5.html#entry_core_decoration As for clients preventing resizing.. that in itself is a discussion that is not that easy....
> Have you considered a plugin interface or similar so that users can add additional functionality that you don't necessarily want to include as core labwc code? Yes we considered...
I've already looked a bit into bemenu and discovered some issues with its wayland backend: - its using version 2 of the layershell protocol (but ships with a version 4...
Should be fixed in the latest bemenu master branch. However we should still try to make labwc a bit more resilient here in regards to exclusive keyboard focus from non-visible...
I don't think we should display anything in the `OSD` here (e.g. the `Alt-Tab` window). For the `SSD` I am not sure, there were multiple ideas floating around, maybe just...
Well, we could also just modify the title itself rather than the SSD. Then a panel would automatically show the indicator in front of (or after) every application, same for...
It might make a difference if Chromium / Firefox use the X11 or the wayland native backend. Does it happen in all cases? (`MOZ_ENABLE_WAYLAND=1` for Firefox / `--enable-features=UseOzonePlatform --ozone-platform=wayland` for...
@kyak is this a regression compared to the last release (e.g. wlroots 0.16 based)? Obviously we should fix it either way but that could help finding the actual cause.