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

Merge wiki
[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+. LuaSSL is out of date. 
10 imagemagick | album arts in [mpd](https://github.com/copycat-killer/lain/wiki/mpd) notifications | Cairo doesn't do high quality filtering.
11
12 Installation
13 ---------------
14
15 ### Arch Linux
16
17 [AUR package](https://aur.archlinux.org/packages/lain/)
18
19 ### Other distributions
20
21     git clone https://github.com/copycat-killer/lain.git ~/.config/awesome/lain
22
23 Usage
24 --------
25
26 First, include it into your `rc.lua`:
27
28     local lain = require("lain")
29
30 Then check out the submodules you want:
31
32 - [Layouts](https://github.com/copycat-killer/lain/wiki/Layouts)
33 - [Widgets](https://github.com/copycat-killer/lain/wiki/Widgets)
34 - [Utilities](https://github.com/copycat-killer/lain/wiki/Utilities)