From b90398859dda600a96787557eac171c60556eca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20B=C3=A1=C4=8Da?= Date: Thu, 30 Aug 2018 04:20:40 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5930429..7f7c7dc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ User is supposed to uncomment the desierd one (and/or modify them) and delete th Moreover, user should add a surrouding root container which is missing in the file (this baffles me, why cant they save it too?). So doing it manually (which I dont want) consists of following steps, as described at [i3wm.org](https://i3wm.org/docs/layout-saving.html): -1. export the workspace into jason using ```i3-save-tree --workspace ...``` +1. export the workspace into json using ```i3-save-tree --workspace ...``` 2. edit the json to match your desired matching rules for the windows 3. wrap the file in a root node, which defines the root split. 4. when needed, load the layout using ```i3-append ...```