Consolatis

Results 854 comments of Consolatis

> 1. Change the order of rc.xml.all and labwc-config(5) to align with the order below. No objections at all. > 2. In rc.xml.all, comment out all default settings. Rationale: anyone...

> I wonder if this is the right way to go. > I'm afraid any layer shell clients want to place popups at cursor position, rather than next to the...

> Anyway, I think it's fine to merge this PR for now as a workaround. You raised a good point in that this will prevent layershell clients to position popups...

> 1. Is there a way to tell which keyboard layout is currently in effect? For a wayland client with keyboard focus: yes (they do have the group index and...

Note that this approach will not work with layout-per-window (unless you go really crazy and implement some daemon that listens to the foreign-toplevel-protocol and syncs the keyboard layout + reconfigure...

> Not sure if this is relevant here, I've also added `org.freedesktop.impl.portal.Inhibit=none`, see`#1503 for some background. If we really want to ship the `labwc-portals.conf` file we should indeed add that...

The window rules are set up to have different events even though only `ON_FIRST_MAP` is implemented so far (and is the default if the `event` argument is missing from the...

There is the approach taken by tools like https://github.com/SIMULATAN/hyprmag (never tested it so I can't say anything about its quality). Those appear to take a screenshot, showing that one in...

A compositor can do all kind of things if it renders the screen content itself, however since labwc 0.6.0 we don't do that anymore and delegate the actual rendering and...

I don't think labwc can implement something like this properly with the current state of the scene graph API. The external application idea could work to an extent (only operate...