Files
dotfiles/.config/i3/workspace-1.json
2019-02-06 17:12:59 -08:00

123 lines
3.8 KiB
JSON

// vim:ts=4:sw=4:et
{
// splith split container with 2 children
"border": "normal",
"floating": "auto_off",
"layout": "splith",
"percent": null,
"type": "con",
"nodes": [
{
// splitv split container with 2 children
"border": "normal",
"floating": "auto_off",
"layout": "splitv",
"percent": 0.5,
"type": "con",
"nodes": [
{
// stacked split container with 1 children
"border": "normal",
"floating": "auto_off",
"layout": "stacked",
"percent": 0.5,
"type": "con",
"nodes": [
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 388,
"width": 564,
"x": 0,
"y": 0
},
"name": "Welcome to i3wm. Press cmd-return or cmd-d to begin",
"percent": 1,
"swallows": [
{
"class": "^URxvt$",
"instance": "^urxvt$"
}
],
"type": "con"
}
]
},
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 388,
"width": 564,
"x": 0,
"y": 0
},
"name": " ",
"percent": 0.5,
"swallows": [
{
"class": "^URxvt$",
"instance": "^urxvt$"
}
],
"type": "con"
}
]
},
{
// stacked split container with 2 children
"border": "normal",
"floating": "auto_off",
"layout": "stacked",
"percent": 0.5,
"type": "con",
"nodes": [
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 388,
"width": 564,
"x": 0,
"y": 0
},
"name": " ",
"percent": 0.5,
"swallows": [
{
"class": "^URxvt$",
"instance": "^urxvt$"
}
],
"type": "con"
},
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 388,
"width": 564,
"x": 0,
"y": 0
},
"name": " ",
"percent": 0.5,
"swallows": [
{
"class": "^URxvt$",
"instance": "^urxvt$"
}
],
"type": "con"
}
]
}
]
}