outfoxxed / hy3

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

Toggle focus between tiled and floating windows #110

Open LRitzdorf opened 1 month ago

LRitzdorf commented 1 month ago

I've just installed hy3, and have noticed a minor discrepancy compared to base Hyprland: the hy3:movefocus dispatcher doesn't cycle focus to or from floating windows.

This is actually in line with i3, and is (imo) more intuitive. The key difference is that i3 also provides the focus mode_toggle command (relevant docs), which switches between floating and tiling... "focus domains," for lack of a better phrase. Could hy3 provide something analogous to this?

Somewhat adjacent to #85, except that we're just concerned with making the window active, rather than moving it.

outfoxxed commented 1 month ago

Yeah I've been considering that but just haven't gotten around to it yet.