The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
1

How do I start a new program tabbed or stacked?

asked 2012-06-27 18:08:18 +0000

Klaas gravatar image

If I want to open a new program directly as tabbed/stacked, I first need to split the current container, open the new program and then convert the container to tabbed/stacked. Is there a more direct way?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
3

answered 2012-06-27 18:14:09 +0000

Klaas gravatar image

updated 2012-06-27 18:15:57 +0000

I did find the answer myself, but others might benefit:

There is no need to open the program before converting the container to tabbed/stacked. That is:

  1. Split the window in a direction
  2. Convert it to tabbed/stacked (does not result in any visual change)
  3. Launch the new program, it will launch in a tab/stacked

One can probably use i3-msg to create a short program that makes it a single commmand, instead of two.

A design question related to that would be: Why is there a difference between a "splitting layout" and "layout"?

edit flag offensive delete link more

Comments

2

As to your last question: We consider removing that difference:https://github.com/i3/i3/issues/464

Michael gravatar imageMichael ( 2012-06-28 04:21:59 +0000 )edit

Nice, I think that would make the concept of layouts cleaner and would very much welcome the change. Thanks for the link to the bug report. I think making it 4 container layout modes, like you proposed, would be best.

Klaas gravatar imageKlaas ( 2012-06-28 07:50:39 +0000 )edit

Am I understanding correctly: in 4.2 there currently is no way to assign specific layouts to specific workspaces?

lkraav gravatar imagelkraav ( 2012-07-02 00:03:24 +0000 )edit

Yes, but that is actually unrelated to this discussion imho, which is about the difference between layout and splitting directions.

Klaas gravatar imageKlaas ( 2012-07-02 16:06:01 +0000 )edit

Question Tools

1 follower

Stats

Asked: 2012-06-27 18:08:18 +0000

Seen: 817 times

Last updated: Jun 27 '12