berlam / awesome-switcher

Switch clients in Awesome WM with the familiar preview functionality
ISC License
98 stars 15 forks source link

Fix crash when client_opacity setting is enabled #11

Closed psliwka closed 6 years ago

psliwka commented 6 years ago

Looks like it has been broken since 9c533be.

berlam commented 6 years ago

Yeah, that obviously happened during that switch to the new module syntax. Thank you for fixing that!

I am looking for some kind of possibility to test the awesomewm plugins with at least unit tests, but did not find a appealing solution for lua (+awesome) yet.

psliwka commented 6 years ago

Cool idea, @berlam!

I don't feel competent enough in Lua to recommend any testing framework, but the awesomeWM itself seems to use busted. Perhaps this would be the way to go?