From 35eab89df467842f04d4a5b395959aa40dba1585 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Thu, 29 Apr 2021 00:25:16 +0200 Subject: [PATCH] update README --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 6285cd4..71e274e 100644 --- a/README.org +++ b/README.org @@ -176,7 +176,7 @@ *Steam* allows to set various launch options for games. This functionality can also be used to apply lighting profiles before the startup and after the exit of a game. - Lets assume you created a profile called =my_favourite_game= and one called =default=. + Lets assume you created a profile called =my_favourite_game= and another one called =default=. Right click on your favourite game in the Steam launcher and click /Properties.../. On the bottom of the /General/ section is a text field, labeled /launch options/. Insert the following command: @@ -186,7 +186,7 @@ #+end_src The first command applies the profile =my_favourite_game= as usual. - =&= ensures that the next command is called even if the first on failed. + =&= ensures that the next command is called even if the first one failed. Your game should start even if *rzr* failed or you have messed up your profile file. Steam then substitutes the =%command%= part with the binary of the game and runs it.