autotiling-rs icon indicating copy to clipboard operation
autotiling-rs copied to clipboard

Allow simple tiled and tabbed layouts

Open savchenko opened this issue 2 years ago • 6 comments

First thing first - excellent tool, does what it says on the packaging.

Would it be possible to limit nesting at a value > 0? This would help with situations like this one:

image

Ideally, I would love Sway to:

  • Allow switching between tiled and tabbed layouts.
  • Avoid parent/child nonsense ([H] / [V] containers, nested levels, etc).

Is it possible without https://github.com/i3/i3/issues/3001 fixed upstream? That issue was opened back in 2017...

savchenko avatar Jan 18 '24 22:01 savchenko

I don't think we can do this until sway implements the equivalent of https://github.com/i3/i3/pull/5469

ammgws avatar Sep 28 '24 04:09 ammgws

I don't think we can do this until sway implements the equivalent of i3/i3#5469

This has been merged, can this be revisited?

MartenBE avatar Jun 04 '25 15:06 MartenBE

You mean it was merged in sway?

ammgws avatar Jun 04 '25 23:06 ammgws

Oh, I misread! My apologies For sway it is https://github.com/swaywm/sway/pull/7961

MartenBE avatar Jun 05 '25 08:06 MartenBE

Oh, I misread! My apologies For sway it is swaywm/sway#7961

Any progress based this merge? I wonder whether it can allow switching to tabbed layout while using this autotiling script.

madjxatw avatar Sep 30 '25 18:09 madjxatw

It was merged in August so you can try sway from master branch or wait until next release to see if it helps with this.

ammgws avatar Oct 01 '25 04:10 ammgws