diff options
| author | yuitayuun <wojtek@int.pl> | 2025-09-01 14:04:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-01 15:04:33 +0300 |
| commit | 77465e11fe36fdd9bc0a304b96bb2558116568af (patch) | |
| tree | d8c102e54a9ad2b9e1ba7ac71950b9dbdf43535e /docs | |
| parent | db419b4fc7dbfb32a5c954502839c2331bcb4ecc (diff) | |
| download | niri-77465e11fe36fdd9bc0a304b96bb2558116568af.tar.gz niri-77465e11fe36fdd9bc0a304b96bb2558116568af.tar.bz2 niri-77465e11fe36fdd9bc0a304b96bb2558116568af.zip | |
wiki/Xwayland: Added a mention of Native Wayland for gaming compat (#2321)
* wiki/Xwayland: Added a mention of Native Wayland for gaming compatibility
* Update docs/wiki/Xwayland.md
---------
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/wiki/Xwayland.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/wiki/Xwayland.md b/docs/wiki/Xwayland.md index c8f57caa..a03e9a08 100644 --- a/docs/wiki/Xwayland.md +++ b/docs/wiki/Xwayland.md @@ -121,6 +121,14 @@ Exec=cage -- flatpak run com.spotify.Client Terminal=false ``` +## Proton-GE native Wayland + +It's possible to run some games as native Wayland clients, sidestepping the issues related to X11. You can do it with a custom version of Proton like [Proton-GE](https://github.com/GloriousEggroll/proton-ge-custom) by setting the `PROTON_ENABLE_WAYLAND=1` environmental variable in the game's launch parameters. Do note that for now this is an experimental feature, might not work with every game and might have its own issues. + +``` +PROTON_ENABLE_WAYLAND=1 %command% +``` + ## Using gamescope You can use [gamescope](https://github.com/ValveSoftware/gamescope) to run X11 games and even Steam itself. |
