The lua tag has no wiki summary.
6
votes
2answers
495 views
How to separate Awesome's `rc.lua` configuration into multiple files?
I've just moved to Awesome WM from OpenBox. I like that it's very extensible, customizable and I have huge control about window layout. I like structured and organized things and I'd like to separate ...
3
votes
1answer
346 views
Control-q-? key binding in Awesome WM
I wish to configure my Awesome Window Manager so that the keyboard shortcuts begin with ctrlq.
ctrlq-x, ctrlq-y, ctrlq-z, and so on...
I've attempted to modify the /etc/xdg/awesome/rc.lua config ...
1
vote
0answers
125 views
Conky - string formatting
I have conky the record:
${color lightblue} Down: ${downspeed wlan0} Up: ${upspeed wlan0}
Conky prints link speed, but the text moves:
Down: OB Up: OB
Down: 60B Up: 60B
Down: 148B Up: 148B
...
1
vote
2answers
216 views
Using a lua rock installed with luarocks
I wanted to install luasql.mysql with luarocks, and I've ran into a problem. Even though the packages were installed providing mysql.h, luarocks couldn't find it. I solved it eventually:
luarocks ...