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