add neomutt startup and swallow window config

This commit is contained in:
Alex Kelly 2022-06-21 11:34:03 -04:00
parent 1af8eaf561
commit 11daad6cd4

32
layout/w3.json Normal file
View file

@ -0,0 +1,32 @@
{
"border": "normal",
"floating": "auto_off",
"layout": "tabbed",
"marks": [],
"percent": 1,
"type": "con",
"nodes": [
{
"border": "none",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1040,
"width": 1916,
"x": 0,
"y": 0
},
"marks": [],
"name": "neomutt",
"percent": 1,
"swallows": [
{
"class": "^kitty$",
"instance": "^mail$"
}
],
"type": "con"
}
]
}