tudurom / windowchef

Window Chef is a stacking window manager that cooks windows with orders from the Waitron
https://tudorr.ro/software/windowchef/
ISC License
203 stars 14 forks source link

Cycle only windows that belong to group window is in #9

Closed greduan closed 7 years ago

greduan commented 7 years ago

Unless of course the window has no group in which case cycle all windows.

I find it very tedious when I switch to a new group and I want to switch to the other window but I gotta go through a bunch of other windows to it.

This is what I came up with to alleviate this.

tudurom commented 7 years ago

Great idea! I will implement it this afternoon (EEST).

tudurom commented 7 years ago

i say that if the window doesn't belong to any group it should just cycle between windows without group. Ok?

tudurom commented 7 years ago

done in 5e6b37740d2df05d3b2ea63099f51a7fcee4a98f

greduan commented 7 years ago

Nice!

tudurom commented 7 years ago

just realized I made a typo. So:

greduan commented 7 years ago

Indeed, that is what I was thinking.

tudurom commented 7 years ago

Windows without a group actually belong to the NULL_GROUP group. So in reality it's the same thing.