add neomutt startup and swallow window config
This commit is contained in:
parent
1af8eaf561
commit
11daad6cd4
1 changed files with 32 additions and 0 deletions
32
layout/w3.json
Normal file
32
layout/w3.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in a new issue