Brian Ashworth
Brian Ashworth
@Gigg1ty that sounds like swaywm/sway#3892
Can you try updating wlroots? https://github.com/swaywm/wlroots/pull/1717 *might* have helped this situation
If anyone can replicate this, can you please post a debug log along with the output of both `swaymsg -t get_inputs` and `swaymsg-t get_outputs`?
Related #3839
I'm personally not opposed to this functionality (and wasn't when the original PR was submitted last year either). Since @ddevault was the one to NACK this last time, he's the...
Related https://github.com/swaywm/wlroots/pull/1526
@KL1RL Your backtrace is different than the others. Unfortunately, it's missing debug symbols so it will be difficult to pin point the issue. Can you please compile sway from source?...
The `ButtonMapping` option is specific to the libinput X.Org driver and is not available via the libinput library. Additionally, Wayland does not use the logical button numbers and uses the...
Actually, the following would probably be better. I think the first version will still results in the surface getting a release event for the wrong button (which it will never...
> Actually, reading this, Im not sure this is exactly button mapping. If this needs to be made a new issue with the enhancement label, let me know. That is...