i3-config/layout/w6.json

74 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2022-09-09 14:24:00 -04:00
// vim:ts=4:sw=4:et
2022-06-17 16:24:10 -04:00
{
// tabbed split container with 3 children
2022-06-17 16:24:10 -04:00
"border": "normal",
"floating": "auto_off",
"layout": "tabbed",
"marks": [],
"percent": 1,
"type": "con",
"nodes": [
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1040,
"width": 1916,
"x": 0,
"y": 18
},
"marks": [],
"name": "Joplin",
"percent": 0.333333333333333,
2022-06-17 16:24:10 -04:00
"swallows": [
{
"class": "^Joplin$"
2022-06-17 16:24:10 -04:00
}
],
"type": "con"
2022-09-09 14:24:00 -04:00
},
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1035,
"width": 1920,
"x": 0,
"y": 0
},
"marks": [],
"name": "Inbox - kellya@arachnitech.com - Mozilla Thunderbird",
"percent": 0.333333333333333,
2022-09-09 14:24:00 -04:00
"swallows": [
{
"class": "^thunderbird$"
}
],
"type": "con"
2023-07-03 10:12:42 -04:00
},
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1035,
"width": 1920,
2023-07-03 10:12:42 -04:00
"x": 0,
"y": 22
2023-07-03 10:12:42 -04:00
},
"marks": [],
"name": "Logseq",
"percent": 0.333333333333333,
2023-07-03 10:12:42 -04:00
"swallows": [
{
"class": "^Logseq$"
2023-07-03 10:12:42 -04:00
}
],
"type": "con"
2022-06-17 16:24:10 -04:00
}
]
}