From 3a9aa01dedec0d482ab29c822ba430d85cf287a5 Mon Sep 17 00:00:00 2001 From: "Pierre-Loup A. Griffais" Date: Thu, 17 Sep 2020 17:22:07 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf581c9..0e2c2a8 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,11 @@ If running RadeonSI clients, currently have to set R600_DEBUG=nodcc, or corrupti ## Keyboard shortcuts **Super + F** : Toggle fullscreen + **Super + N** : Toggle integer scaling +**Super + S** : Take screenshot (currently goes to /tmp/gamescope_$DATE.bmp) + ## Examples On any X11 or Wayland desktop running Mesa commit [d19bc94e4eb9](https://gitlab.freedesktop.org/mesa/mesa/-/commit/d19bc94e4eb94a2c8cbdb328c9eaa2faf1ba424c), you can set the Steam launch arguments of your game as follows: @@ -31,7 +34,7 @@ gamescope -w 1280 -h 720 -W 1920 -H 1080 -n -- %command% ``` ``` -// Limit a vsynced game to 30 FPS (currently broken): +// Limit a vsynced game to 30 FPS: gamescope -r 30 -- %command% ```