diff options
Diffstat (limited to 'i3wm/.i3/layout/triple_term.json')
-rw-r--r-- | i3wm/.i3/layout/triple_term.json | 34 |
1 files changed, 0 insertions, 34 deletions
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" - } - ] -} |