From d97a8f21021d877c06d40595c1cef0aa377e4695 Mon Sep 17 00:00:00 2001 From: Tomas Baca Date: Tue, 28 Aug 2018 18:35:37 +0200 Subject: [PATCH] updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc827ac..f4d04ce 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ So doing it manually (which I dont want) consists of following steps: 3. wrap the file in a root node, which defines the root split. 4. when needed, load the layout using ```i3-append ...``` -However, this plan has big flaws. Its not scalable, its not automated and it loading of layout does not work when windows are already present in the current workspace. -To fix it, I built this *layout manager*. -Currently, its a hacky-type shell script, but feel free to contribute :-). +However, this plan has big flaws. Its not scalable, its not automated and loading of layout does not work when windows are already present in the current workspace. +To fix it, I built this **layout manager**. +Currently, its a hacky-type of a shell script, but feel free to contribute :-). ## How does it work?