From f283207cedd109465c07a05467dce336c4d7e1e5 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 16 Apr 2021 12:12:17 +0200 Subject: [PATCH] readme: document end-user options --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index dd4197d..0878dd7 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,13 @@ gamescope -r 30 -- %command% // Run the game at 1080p, but scale output to a fullscreen 3440×1440 pillarboxed ultrawide window gamescope -w 1920 -h 1080 -W 3440 -H 1440 -b -- %command% ``` + +## Options + +* `-W`, `-H`: set the resolution used by gamescope. Resizing the gamescope window will update these settings. Defaults to 1280x720. +* `-w`, `-h`: set the resolution used by the game. Defaults to the values specified in `-W` and `-H`. +* `-r`: set a frame-rate limit for the game. Specified in frames per second. Defaults to unlimited. +* `-o`: set a frame-rate limit for the game when unfocused. Specified in frames per second. Defaults to unlimited. +* `-n`: use integer scaling. +* `-b`: create a border-less window. +* `-f`: create a full-screen window.