vincentbernat.i3wm-configur.../ws-emacs.json
2021-07-18 15:24:02 +02:00

15 lines
359 B
JSON

{
"layout": "splith",
"percent": 1,
"nodes": [
{"swallows": [{"class": "^Emacs$"}], "percent": 0.55},
{
"layout": "splitv",
"percent": 0.45,
"nodes": [
{"swallows": [{"class": "^Vbeterm$"}]},
{"swallows": [{"class": "^Vbeterm$"}]}
]
}
]
}