nwg-piotr / nwg-drawer

Application drawer for wlroots-based Wayland compositors
MIT License
240 stars 25 forks source link

Fix inconsistent behaviour of normal & resident instance #73

Closed nwg-piotr closed 1 year ago

nwg-piotr commented 1 year ago

Properly, the 1st pinned app should grab focus, if the pinned list is not empty, otherwise - the 1st app in the app flowbox. It did not behave like this if the window would get shown with SIGUSR1 (resident instance). Fixes #72.