Closed necreativny closed 2 years ago
That's weird. Can you post your rc.lua? What if you added local
in the bling/helpers/shape.lua
file? Maybe something is colliding there, there is no reason it shouldn't be local
-shape = {}
+local shape = {}
ahh, right! i declared 'shape' in my global rc.lua, adding local
it is imported properly
im getting
error: /usr/share/awesome/lib/awful/client/shape.lua:67: attempt to call local '_shape' (a table value)
when i import blink. this error gets away if i comment shape import in helpers