From a737dae64c35fc7f090eac1963e6f4d34a8ee8e1 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 26 May 2022 12:56:35 +0300 Subject: [PATCH] gayming/README.md: note Sway/Wayland/Steam problems and workarounds Resolves: #34 --- gayming/README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 gayming/README.md diff --git a/gayming/README.md b/gayming/README.md new file mode 100644 index 0000000..44cad80 --- /dev/null +++ b/gayming/README.md @@ -0,0 +1,32 @@ +# Notes related to gaming + +A lot of older files that I haven't touched recently were moved to this +directory. I don't think anyone was using them, so I am not afraid of +breaking links. + +## Wayland / Sway + +### Issues and solutions + +#### Constant camera rotation + +Reload Sway in-game, `$Mod+Shift+C` and it should stop. + +#### Cursor doesn't stick to game window + +Run the game with `gamescope`. + +Steam? Edit launch options for the game (second click, properties, general, +launch options): `gamescope --steam --borderless -- %command%` + +See also `gamescope --help` + +* `--steam` - enables Steam integration, whatever that is +* `--borderless` borderless full-screen mode (that Sway may be making + windowed though) + +#### Steam client itself is laggy + +Close/logoff friends window/network or disable its animations. + +* https://github.com/ValveSoftware/steam-for-linux/issues/7245#issuecomment-897417115