sulami / FrankenWM

🖼️ Fast dynamic tiling X11 window manager
https://bbs.archlinux.org/viewtopic.php?id=189060
Other
263 stars 34 forks source link

doubly linked focuslist #90

Closed ghost closed 8 years ago

ghost commented 8 years ago

Instead of using only 2 pointers for current and previous focused client, now we have a focuslist that goes back til to the beginning. Head is current focused client, second in list is previous, and so on.

Note: I had to create a new pull-request, because I messed up the original git-history beyond repair.

sulami commented 8 years ago

These requests are getting a bit too large to manage, and this one doesn't even build when merged into master, which is still the baseline.

EDIT: Also conflicts all over the place.