mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 01:25:42 +02:00
i3: give more space to Emacs in its workspace
This commit is contained in:
parent
5695665560
commit
9389d6790a
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
"layout": "splith",
|
"layout": "splith",
|
||||||
"percent": 1,
|
"percent": 1,
|
||||||
"nodes": [
|
"nodes": [
|
||||||
{"swallows": [{"class": "^Emacs$"}], "percent": 0.5},
|
{"swallows": [{"class": "^Emacs$"}], "percent": 0.55},
|
||||||
{
|
{
|
||||||
"layout": "splitv",
|
"layout": "splitv",
|
||||||
"percent": 0.5,
|
"percent": 0.45,
|
||||||
"nodes": [
|
"nodes": [
|
||||||
{"swallows": [{"class": "^Vbeterm$"}]},
|
{"swallows": [{"class": "^Vbeterm$"}]},
|
||||||
{"swallows": [{"class": "^Vbeterm$"}]}
|
{"swallows": [{"class": "^Vbeterm$"}]}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue