outfoxxed / hy3

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

How to toggle split? #86

Closed emanueljg closed 3 months ago

emanueljg commented 3 months ago

On i3, I had a setup where I'd toggle horizontal/vertical split on $mod+v, so pressing the chord multiple times would make the split cycle between vertical to horizontal to vertical and so on. How do I replicate this behavior in hy3?

victorz commented 3 months ago

It's this, from the README:

You then want: bind = $mod, v, hy3:changegroup, opposite.

emanueljg commented 3 months ago

Thanks!