I have Arch installed on my raspberry pi and am trying to use AwesomeWM. It works with the basic config, but when I try to use my modified version of copycats copland theme I get this error on the following line.
"Error Nil at Screen Connect"
-- Create a wibox for each screen and add it
awful.screen.connect_for_each_screen(function(s) beautiful.at_screen_connect(s) end)
-- }}}
I had a similar issue with i3 on it with raspbian and I think the issue is due to the pi not having a lvds display. Is there anyway to fix this issue on the pi? This config works just fine on my laptop.