From b13e50fe0c0175b3ee5b2d6a76172dbe237c9343 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 22 Dec 2014 15:48:18 +0100 Subject: Changed `urxvt` swallowing layout to swallow anything --- i3wm/.i3/layout/half_diquarter.json | 34 ++++++++++++++++++++++++++++++++++ i3wm/.i3/layout/triple_term.json | 34 ---------------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) create mode 100644 i3wm/.i3/layout/half_diquarter.json delete mode 100644 i3wm/.i3/layout/triple_term.json (limited to 'i3wm/.i3') diff --git a/i3wm/.i3/layout/half_diquarter.json b/i3wm/.i3/layout/half_diquarter.json new file mode 100644 index 0000000..659aeba --- /dev/null +++ b/i3wm/.i3/layout/half_diquarter.json @@ -0,0 +1,34 @@ +{ + "percent": 0.5, + "swallows": [ + { + "instance": ".*" + } + ], + "type": "con" +} +{ + "layout": "splitv", + "percent": 0.5, + "type": "con", + "nodes": [ + { + "percent": 0.5, + "swallows": [ + { + "instance": ".*" + } + ], + "type": "con" + }, + { + "percent": 0.5, + "swallows": [ + { + "instance": ".*" + } + ], + "type": "con" + } + ] +} diff --git a/i3wm/.i3/layout/triple_term.json b/i3wm/.i3/layout/triple_term.json deleted file mode 100644 index 28df2fe..0000000 --- a/i3wm/.i3/layout/triple_term.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "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