From 09d193b23c9896bf4deca8e70349e272dbf7876f Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Sun, 2 Sep 2018 16:09:50 +0200 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80ea4f4..70c9922 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Currently, its a hacky-type of a shell script, but feel free to contribute :-). 5. The user is then asked about how should the windows be matched. The options are: * All by _instance_ (instance will be uncommented for all windows) * Match any window to any placeholder - * Choose an option for each window. The user will be asked to choose between the _class_, _instance_ and _title_ for each window. The tree file will be modified according to the selected options automatically. + * Choose an option for each window. The user will be asked to choose between the _class_, _instance_ and _title_ for each window. The tree file will be modified automatically according to the selected options. ![matching](misc/choice_matching.jpg) 6. After that, the tree is saved and ready to be loaded. 7. The user can load the layout either before opening windows, which creates placeholders, or after, which adds the existing windows to the layout. The second part normally does not work.