]> 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:

be89e32a99613ddaf4649493d785f2d0c3fb0d48
[etc/awesome.git] / Home.md
1 Welcome to the Lain wiki!
2
3 Dependencies
4 ------------------
5
6 Package | Requested by | Reason of choice
7 --- | --- | ---
8 alsa-utils | [alsa](https://github.com/copycat-killer/lain/wiki/alsa), [alsabar](https://github.com/copycat-killer/lain/wiki/alsabar) | /
9 curl | widgets accessing network resources | LuaSocket is not a core library, and still not available for Lua 5.2+.
10 LuaSSL is out of date. 
11 imagemagick | album arts in [mpd](https://github.com/copycat-killer/lain/wiki/mpd) notifications | Cairo doesn't do high quality filtering.
12
13 Installation
14 ---------------
15
16 ### Arch Linux
17
18 [AUR package](https://aur.archlinux.org/packages/lain/)
19
20 ### Other distributions
21
22     git clone https://github.com/copycat-killer/lain.git ~/.config/awesome/lain
23
24 Usage
25 --------
26
27 First, include it into your `rc.lua`:
28
29     local lain = require("lain")
30
31 Then check out the submodules you want:
32
33 - [Layouts](https://github.com/copycat-killer/lain/wiki/Layouts)
34 - [Widgets](https://github.com/copycat-killer/lain/wiki/Widgets)
35 - [Utilities](https://github.com/copycat-killer/lain/wiki/Utilities)