From 070ed9c3a0a18276b694c522d4efc6ecea897342 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 03:48:04 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b9af06..687dfb3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Saving, loading and managing layouts for i3wm. i3 window manager supports saving and loading of window layouts, however, the features are bare-bone and partially missing. According to the [manual](https://i3wm.org/docs/layout-saving.html), the layout tree can be exported into a json file. The file contains a description of the containers of a workspace with prefilled (and commented) potential matching rules for the windows. -User is supposed to uncomment the desierd one (and/or modify it) and delete the unsused ones. +User is supposed to uncomment the desierd one (and/or modify them) and delete the unsused ones. 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): @@ -19,7 +19,7 @@ So doing it manually (which I dont want) consists of following steps, as describ However, this plan has flaws. Its not scalable, its not automated and loading a layout does not work when windows are already present in the current workspace. -To fix it, I built this **layout manager**. +To fix it, I built this **i3-layout-manager**. Currently, its a hacky-type of a shell script, but feel free to contribute :-). ## How does it work?