From 9279cfe0f1ecb53f1a1bd460fe174e904320ceaa Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 21 Dec 2014 19:59:38 +0100 Subject: Added basic `i3` terminal layout tree * creates / swallows one half screen and two quarter screen `urxvt` instances --- i3wm/.i3/layout/triple_term.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 i3wm/.i3/layout/triple_term.json (limited to 'i3wm/.i3') diff --git a/i3wm/.i3/layout/triple_term.json b/i3wm/.i3/layout/triple_term.json new file mode 100644 index 0000000..28df2fe --- /dev/null +++ b/i3wm/.i3/layout/triple_term.json @@ -0,0 +1,34 @@ +{ + "percent": 0.5, + "swallows": [ + { + "instance": "^urxvt$" + } + ], + "type": "con" +} +{ + "layout": "splitv", + "percent": 0.5, + "type": "con", + "nodes": [ + { + "percent": 0.5, + "swallows": [ + { + "instance": "^urxvt$" + } + ], + "type": "con" + }, + { + "percent": 0.5, + "swallows": [ + { + "instance": "^urxvt$" + } + ], + "type": "con" + } + ] +} -- cgit v1.2.3