From bbca6938a8504ed19ec22bc25082e185a08a0c59 Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Sun, 21 Jan 2024 20:04:44 -0800 Subject: [PATCH] update readme for ares/gamescope --- provision/additional-setup.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/provision/additional-setup.md b/provision/additional-setup.md index 0768b94d..086f03c0 100644 --- a/provision/additional-setup.md +++ b/provision/additional-setup.md @@ -99,3 +99,13 @@ Set to `http://localhost:8080`. - Vimium config is saved in chezmoi. Open the vimium [plugin page](chrome-extension://dbepggeogbaibhgnhhndojpepiihcmeb/pages/options.html) and restore config from `~/.config/vimium-options.json`. + +## Steam + +Some games/emulators (in my case Ares) don't fullscreen nicely in window managers. +In that case add something alongs the lines of the following +launch command to run them within gamescope. + +```bash +gamescope -w 2560 -h 1440 -f %command% +```