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 border decoration bug #364

Closed elParaguayo closed 1 month ago

elParaguayo commented 1 month ago

Where a user did not have wayland libraries installed then loading border decorations would fail as the injections module tried to import some wayland classes. This PR fixes the problem by splitting wayland specific code into a separate module which is only imported if the wayland backend is being run.