From 9daa95b523d1dfeab34f297175edd7c1da317075 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sun, 2 May 2021 21:38:05 +0200 Subject: [PATCH] update README --- README.org | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index 71e274e..38e731d 100644 --- a/README.org +++ b/README.org @@ -182,7 +182,7 @@ Insert the following command: #+begin_src sh - rzr my_favourite_game & %command% && rzr || rzr + rzr my_favourite_game & %command%; rzr #+end_src The first command applies the profile =my_favourite_game= as usual. @@ -191,10 +191,7 @@ Steam then substitutes the =%command%= part with the binary of the game and runs it. - The =&&= waits until the first command exited correctly, speaking you quit the game. - If this is the case, the command =rzr= applies your =default= profile. - - In the case of a game crash, the =|| rzr= part makes sure your =default= profile gets applied anyway. + The =;= waits until the game exited and the =rzr= command finally applies your =default= profile. It is neccessary that *rzr* is installed correctly and available in your =$PATH=, otherwise Steam will not be able to call it.