mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 09:35:40 +02:00
i3: make a 1:1 split for Emacs workspace
This commit is contained in:
parent
f267250c42
commit
cc226769d3
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
"layout": "splith",
|
||||
"percent": 1,
|
||||
"nodes": [
|
||||
{"swallows": [{"class": "^Emacs$"}], "percent": 0.55},
|
||||
{"swallows": [{"class": "^Emacs$"}], "percent": 0.5},
|
||||
{
|
||||
"layout": "splitv",
|
||||
"percent": 0.45,
|
||||
"percent": 0.5,
|
||||
"nodes": [
|
||||
{"swallows": [{"class": "^Vbeterm$"}]},
|
||||
{"swallows": [{"class": "^Vbeterm$"}]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue