BlingCorp / bling

Utilities for the awesome window manager
https://blingcorp.github.io/bling/
MIT License
851 stars 51 forks source link

Errors launching scratchpad for the first time #146

Closed skbolton closed 2 years ago

skbolton commented 2 years ago

Latest master throws the following error when I call scratchpad:toggle() the first time.

/path/to/bling/scratchpad.lua:299: attempt to index a nil value (field 'client')
skbolton commented 2 years ago

It looks like in commit the line was changed from client.connect to self.client which is nil.