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 use of lazy calls in popups #337

Closed elParaguayo closed 4 months ago

elParaguayo commented 4 months ago

qtile recently added support for argument type conversion over IPC. This resulted in an additional argument being needed to parse lazy calls. This PR ensures compatibility with those changes.