this post was submitted on 02 Mar 2024
40 points (97.6% liked)

Linux Gaming

14954 readers
62 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 1 year ago
MODERATORS
 

Me again!

Using Discord while playing Hunt Showdown and if I alt+tab away from the game into Discord to volume adjust, unmute myself or someone else, the left clicks are going to the game and causing some not so great misfires. Anyway to prevent the left click from propagating into the game window?

Using KDE + Wayland and Discord Flatpak if that effects it at all.

you are viewing a single comment's thread
view the rest of the comments
[–] Max_P@lemmy.max-p.me 7 points 6 months ago (1 children)

I would guess both the game and discord are xwayland and since it all happens on that side that happens.

Seems like a similar thing to the xeyes trick to check if an app is really running on native Wayland: if the eyes don't move, mouse events aren't going to an xwayland client.

[–] million@lemmy.world 2 points 6 months ago (1 children)

The game is under Steam proton, so I would expect that to use Wayland; unless all that stuff is XWayland?

[–] Max_P@lemmy.max-p.me 3 points 6 months ago (1 children)

It's all xwayland. Wayland support in Wine/Proton is barely usable yet. Even Valve's gamescope, although a Wayland compositor/client, still only exposes xwayland by default.

[–] million@lemmy.world 2 points 6 months ago

Good to know, thanks for the clarification.