this post was submitted on 02 Mar 2024
41 points (97.7% liked)

Linux Gaming

15836 readers
286 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 2 years ago
MODERATORS
41
submitted 10 months ago* (last edited 10 months ago) by million to c/linux_gaming
 

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
[–] [email protected] 8 points 10 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 2 points 10 months ago (1 children)

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

[–] [email protected] 3 points 10 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 2 points 10 months ago

Good to know, thanks for the clarification.