]> git.madduck.net Git - etc/awesome.git/blob - Home.md

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Updated Home (markdown)
[etc/awesome.git] / Home.md
1 Welcome to the Lain wiki!
2
3 ### Dependencies
4
5 Package | Requested by | Reason of choice
6 --- | --- | ---
7 alsa-utils | [alsa](https://github.com/copycat-killer/lain/wiki/alsa), [alsabar](https://github.com/copycat-killer/lain/wiki/alsabar) | /
8 curl | widgets accessing network resources | LuaSocket is not a core library. LuaSSL is out of date. 
9 imagemagick | [mpd](https://github.com/copycat-killer/lain/wiki/mpd) | Cairo doesn't do high quality filtering.
10
11 *(Why ImageMagick? Because Cairo doesn't do high quality filtering at the moment.)*
12
13 ### Installation
14
15 Simply clone this repository into your Awesome directory:
16
17     git clone https://github.com/copycat-killer/lain.git ~/.config/awesome/lain
18
19 then include it in your `rc.lua`:
20
21     local lain = require("lain")
22
23 ### Submodules
24
25 - [Layouts](https://github.com/copycat-killer/lain/wiki/Layouts)
26 - [Widgets](https://github.com/copycat-killer/lain/wiki/Widgets)
27 - [Utilities](https://github.com/copycat-killer/lain/wiki/Utilities)