outfoxxed/hy3

if a tab group is the only window in a workspace, movefocus should (optionally?) wrap

Opened this issue · 0 comments

if a tab group is the only window in a workspace, i'd like if the binds in the following config sample had wrapping.

bind = $mainMod, left, hy3:movefocus, l
bind = $mainMod, right, hy3:movefocus, r

this can already be done, i believe, with hy3:focustab along with the wrap option, but i'd like to be able to use the same keybind for moving focus with normal windows and with tab groups. that functionality could be emulated with a script, but i think this feature being built-in would be a nice convenience feature!