Answer the question
In order to leave comments, you need to log in
Why doesn't the terminal start in the right place?
I'm using the i3-wm tiling window manager on Lubuntu.
Terminal - urxvt.
I used this layout:
{
"border":"none",
"current_border_width":0,
"floating_auto": "off",
"geometry": {
"height": 55,
"width" : 10,
"x": 0,
"y": 0
},
"percent": 1,
"name": "Clock",
"type":"con"
}
#!/bin/bash
i3-msg 'workspace 4:Terminal; append_layout ~/MyLab/i3/workspace-scheme.json'
(urxvt &)
Answer the question
In order to leave comments, you need to log in
I did not find this in the documentation, but as far as I understand, when loading a layout that does not contain a single node, an "empty" window is created. And since the default split mode is splith, a new window is created to the right of the existing "empty" one.
In general, I recommend that you read the documentation , try examples from there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question