micangl
micangl
Output of `awesome --version`: ``` awesome v4.3 (Too long) • Compiled against Lua 5.3.6 (running with Lua 5.3) • D-Bus support: ✔ • execinfo support: ✔ • xcb-randr version: 1.6...
In the new branch `test_highlighting` is available a feature I had wanted to implement for some time. Basically, it highlights the bibliographic keys in the documentation windows:  I haven't...
I've been wondering what would be the best way to selective enable certain groups of snippets. For example, I may be taking different courses and need latex snippets for each...
I have the following snippets: ```lua local f1 = function(args, parent) if string.match(args[1][1], [[\frac]]) then return [[\left]] else return "" end end local f2 = function(args, parent) if string.match(args[1][1], [[\frac]])...