make thunderbird default startup

This commit is contained in:
Alex Kelly 2022-09-09 14:24:00 -04:00
parent c56247ed40
commit 8d1ccb9bda
2 changed files with 30 additions and 5 deletions

View file

@ -1,4 +1,6 @@
// vim:ts=4:sw=4:et
{
// tabbed split container with 2 children
"border": "normal",
"floating": "auto_off",
"layout": "tabbed",
@ -18,13 +20,33 @@
},
"marks": [],
"name": "Joplin",
"percent": 1,
"percent": 0.5,
"swallows": [
{
"class": "^Joplin$"
}
],
"type": "con"
},
{
"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.5,
"swallows": [
{
"class": "^thunderbird$"
}
],
"type": "con"
}
]
}