mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-20 17:15:41 +02:00
15 lines
357 B
JSON
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$"}]}
|
|
]
|
|
}
|
|
]
|
|
}
|