elParaguayo / qtile-extras

Somewhere to store things I create for qtile that probably won't end up in the official repo
MIT License
163 stars 19 forks source link

Fix GlobalMenu callback bug #349

Closed elParaguayo closed 3 months ago

elParaguayo commented 3 months ago

Previous menus still had callbacks attached to layout changes. These callbacks need to be removed when finalising the widget.

Closes https://github.com/qtile/qtile/issues/4833