1

In SwayWM it's possible to hold mod and drag windows to rearrange them. By default it seems when dragging a window onto the center of another window the positions are swapped. Instead of that I would like to be able to drag a window onto another to create a tabbed container with both of those windows in it. Is that possible in Sway? And if so, how?

I tried looking in the documentation but couldn't find anything. Mouse support is limited it seems, so perhaps I'll look at a different WM if it's not possible with Sway. I'm only starting my journey of trying out different WMs, coming from Gnome, so I'm definitely open to trying other WMs as well.

The Oddler
  • 163
  • 1
  • 10

2 Answers2

1

Toggle tabbed on the first window. Mod+drag another window to the title bar of the tabbed window to add it to the tabbed container.

James
  • 11
  • 1
1

I couldn't find documentation about it, but you can $mod+drag to the corner of another window's title bar to tab those windows together, creating a new tabbed container if necessary.

Screenshot

jturcotte
  • 111