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/triple_term.json | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 i3wm/.i3/layout/triple_term.json (limited to 'i3wm/.i3/layout/triple_term.json') 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