Christian Beier

Results 642 comments of Christian Beier

> Oldish GNOME: https://www.reddit.com/r/linuxquestions/comments/5lbdxl/multiseat_on_waylandgnome3/ One year more recent: https://www.reddit.com/r/linux/comments/7r0unq/configuring_and_using_multiseatmultipointer_for/

Probably like this: ![Like so](https://raw.githubusercontent.com/jahnf/Projecteur/develop/doc/screenshot-spot.png)

> I'd like to contribute. Which file(s) and where abouts should I start looking at? Thanks :) Nice! You basically have to read through the [source](https://github.com/bk138/gromit-mpx/tree/master/src): * callbacks is generally...

> As a workaround, would it be possible to have a command line option that starts drawing? E.g. > > gromit-mpx --draw > > That way I can bind F9...

Until https://github.com/flatpak/xdg-desktop-portal/issues/624 adds some cross-platform way of doing this, additional code handling desktop-environment-specific cases in [`add_hotkeys_to_compositor()`](https://github.com/bk138/gromit-mpx/blob/master/src/input.c#L103) and [`remove_hotkeys_from_compositor()`](https://github.com/bk138/gromit-mpx/blob/master/src/input.c#L62) is needed. Pull requests welcome!

> (But then I can't click on the workspaces and other stuff on swaybar, gromit-mpx has an overlay.) This should be fixed by b7bb607e5789fa5a10416d5e9937428c48f68647.

@hamedgk thanks very much for that snippet. Is there any good way to add this to the sway config on Gromit-MPX startup and remove it again upon exit? I.e. does...

@hamedgk That sounds like half the list is ticked. In addition, it would be way more robust if Sway could include a config snippet so that the app does not...

https://github.com/flatpak/xdg-desktop-portal/issues/624#event-7439631234 might help, at least for flatpak 1.16.

If you open a pull request and add yourself as maintainer, we can add those bits.