outfoxxed / hy3

Hyprland plugin for an i3 / sway like manual tiling layout
GNU General Public License v3.0
391 stars 32 forks source link

Is this possible to put all windows under a common tab with one command ? #83

Closed StitiFatah closed 3 months ago

StitiFatah commented 3 months ago

Hi,

On i3 doing a raw bindsym $mod+w layout tabbed put all the already tiled windows under a tab, here bind = $mod, w, hy3:makegroup, tab only put the current one under a tab and one would need to push the other ones under this tab to get i3's result.

It's not problematic if one just want tabbed windows from the start but I often open multiple vertically tiled window and then tab them when it's too clustered. I now often see myself use the fullscreen instead of tabs in that situation since it's more straightforward, but it's obviously less convenient than tabs.

I've tried the options listed in the docs and also the author's own config but can't seem to fins anything. Am i missing something or is it just not possible with the current implementation and would at least require to script it ?

Thanks.

outfoxxed commented 3 months ago

hy3:changegroup tab

StitiFatah commented 3 months ago

My bad I could have sworn I tried and it didn't work, thanks