Johan Malm

Results 315 comments of Johan Malm

Does it work with `WLR_NO_HARDWARE_CURSORS=1 labwc`

@keshto @ryanlath would you mind checking if you still experience this issue with the latest master. We've had some changes to `desktop_node_and_view_at()` which might have resolved this. If not fixed,...

Maybe this is it. https://github.com/swaywm/sway/commit/2573606b60f0606860634b90749f734cd0e918b7

Testing appreciated. Works fine for me... apart from dmenu. Solves #510

I think this is ready for merge now. Should fix all keyboard trouble in this PR and associated issues. Suggest creating a merge commit for easier access to the history.

> We still leak a `Press` event for a modifier (e.g. `Alt_L`) to the focused surfaces when issuing a keybind containing a modifier. E.g. when opening xev / wev, focusing...

On output destroy, why don’t we just restore natural geometry and let “normal” process handle the rest?

@heroin-moose Would the window action MoveResizeTo cover this (not implemented yet)? `` http://openbox.org/wiki/Help:Actions#MoveResizeTo It feels weird to combine this with `` (but I don't think you meant that anyway).

> Added a software rendering fallback for the overlay, its just a solid block for now but I think using a 2 to 4px outline might be more visually pleasing....