H
H
Hello World2019-05-11 13:42:52
linux
Hello World, 2019-05-11 13:42:52

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:

workspace-scheme.json
{
  "border":"none",
  "current_border_width":0,
  "floating_auto": "off",
  "geometry": {
    "height": 55,
    "width" : 10,
    "x": 0,
    "y": 0
  },
  "percent": 1,
  "name": "Clock",
  "type":"con"	
}

init-workspace.sh
#!/bin/bash

i3-msg 'workspace 4:Terminal; append_layout ~/MyLab/i3/workspace-scheme.json'
(urxvt &)


Workplace 4:Terminal is being created. Layout is written without syntax errors.
But it turns out this:
5cd6a720224e6649432754.png
Why is this happening?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor Deyashkin, 2019-05-11
@Lobotomist

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 question

Ask a Question

731 491 924 answers to any question