From 6c7aae8a4344b55334d14a622993525abf206a17 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 23 Dec 2014 17:34:38 +0100 Subject: Further simplified `half_diquarter` layout --- i3wm/.i3/layout/half_diquarter.json | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) (limited to 'i3wm') diff --git a/i3wm/.i3/layout/half_diquarter.json b/i3wm/.i3/layout/half_diquarter.json index 659aeba..9d2ee23 100644 --- a/i3wm/.i3/layout/half_diquarter.json +++ b/i3wm/.i3/layout/half_diquarter.json @@ -1,16 +1,5 @@ { - "percent": 0.5, - "swallows": [ - { - "instance": ".*" - } - ], - "type": "con" -} -{ - "layout": "splitv", - "percent": 0.5, - "type": "con", + "layout": "splith", "nodes": [ { "percent": 0.5, @@ -18,17 +7,29 @@ { "instance": ".*" } - ], - "type": "con" + ] }, { + "layout": "splitv", "percent": 0.5, - "swallows": [ + "nodes": [ { - "instance": ".*" + "percent": 0.5, + "swallows": [ + { + "instance": ".*" + } + ] + }, + { + "percent": 0.5, + "swallows": [ + { + "instance": ".*" + } + ] } - ], - "type": "con" + ] } ] } -- cgit v1.2.3