vincentbernat.i3wm-configur.../ws-emacs.json
2021-08-20 19:38:34 +02:00

15 lines
357 B
JSON

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