Consolatis
Consolatis
Interesting point regarding xwayland causing FD exhaustion in that bug report. Guess we should also try to set the FD limit to the hard limit when running XWayland.
> Also, VLC's player controls appear in the middle of the screen instead of the bottom, and cannot be moved. It also stops appearing after you move your cursor away...
Somewhat related to - #122 - #362 The question here is if we want to - add a new specialized command like you proposed (`SnapToCorner`) and thus limit it to...
Hmm, so `MoveResizeTo` could be used something like this (`SnapToEdge` / `SnapToCorner` as examples): ```xml ``` So it looks like we could indeed use that to allow users to implement...
An alternative to the `MoveResizeTo` variant would be to provide something like this in `rc.xml`: ```xml ``` And then a key-config like this ```xml ``` This would allow to additionally...
> Regarding overlapping regions, maybe we could snap to the nearest region-centre from the view-centre. That sounds like a good solution, indeed.
This is some nice bug. In some situations labwc will erroneously send release events for keys or mouse buttons. Maybe something like that happened here and Chromium interpreted something as...
Will close this for now, feel free to comment here if this is still an issue on the latest master branch.
> the coordinates are only updated in one dimension, and if you are in the cross formed by the extension of the button in x and y. So they remain...
> I am currently working on porting Xfce4-panel to Wayland Great stuff :) Is there a branch or PR somewhere where one could keep track of the progress? > But...