Consolatis

Results 854 comments of Consolatis

I guess that could be done. We'd need to define what counts as client though, e.g. is a panel a "client" regarding the option? Same for `swaybg` and friends. Edit:...

Maybe [Cage](https://github.com/cage-kiosk/cage) would be a better fit for the nested compositor? Regarding `/dev/shm` and friends: it sounds like you could make some use of mount namespaces, that would (depending on...

> Would make sense instead to add an `--exit-with-last-client` option to labwc, similar to what X servers have with their `-terminate` option? I don't think that we should implement this,...

This looks \*very\* complicated for a very niche use-case. And it reminds me more of emacs / vim rather than a stacking compositor / window manager.

Implementing key shortcuts for menu entries sounds way less intrusive and more flexible to me. It - provides the exact same feature as nested keybinds - allows to also select...

Any examples where the menu based approach wouldn't work in comparison to a key mode based approach? I think it is actually way more flexible because you can nest however...

From what I can see, these PRs touch the key state tracking in the mentioned timeframe: - #1906 - #1899 - #1888 Can you verify if the issue stops when...

I assume alacritty runs via wayland (`[xdg-shell]` in `A-Tab`), if that is the case it is responsible for creating the key repeat events. Labwc only sends a `press` event and...

> Support in addition to xml or a replacement for xml? The XML config is there to stay, we prefer to not break existing setups. This is meant as an...

If you look at the diff in this PR its really not that much code that is being added here and most is encapsulated in an own file. This PR...