inclement / vivarium

A dynamic tiling Wayland compositor using wlroots
GNU General Public License v3.0
367 stars 13 forks source link

Make view-under-cursor detection match view draw order #81

Closed inclement closed 3 years ago

inclement commented 3 years ago

Previously the view-under-cursor algorithm didn't consider the active view before other views in the layout, leading to focusing the wrong view as layouts always draw the active view on top.