home/.config/i3/trees/dsk.json

48 lines
670 B
JSON
Raw Normal View History

2018-12-23 12:01:36 -06:00
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"percent": 0.6,
"swallows": [
{
2019-02-01 12:05:08 -06:00
"class": "^Mate-terminal$"
2018-12-23 12:01:36 -06:00
}
],
"type": "con"
}
{
"border": "pixel",
2018-12-23 12:01:36 -06:00
"floating": "auto_off",
"layout": "splitv",
2018-12-23 12:01:36 -06:00
"percent": 0.4,
"type": "con",
"nodes": [
2018-12-23 12:01:36 -06:00
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"percent": 0.8,
"swallows": [
{
2019-02-01 12:05:08 -06:00
"class": "^Mate-terminal$"
}
],
"type": "con"
},
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"percent": 0.2,
"swallows": [
{
2019-02-01 12:05:08 -06:00
"class": "^Mate-terminal$"
}
],
"type": "con"
2018-12-23 12:01:36 -06:00
}
]
2018-12-23 12:01:36 -06:00
}