From: Luke Bonham Date: Tue, 10 Sep 2013 19:24:16 +0000 (-0700) Subject: Destroyed To start (markdown) X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/da6e722094189b34b4e74e966a3974358ca4af24 Destroyed To start (markdown) --- diff --git a/To-start.md b/To-start.md deleted file mode 100644 index a2be5ff..0000000 --- a/To-start.md +++ /dev/null @@ -1,26 +0,0 @@ -All you have to do to include the module: - - local lain = require("lain") - -Some widgets require a terminal, lain default is `xterm`, but can be changed: - - lain.widgets.terminal = "urxvtc" - -or - - lain.widgets.terminal = terminal - -providing you have something like this: - - terminal = "urxvtc" - -in your `rc.lua`. - -`terminal` may also be a lua function that accepts one parameter. -Something like this: - - function footerm(cmd) - -- elaborate cmd - end - - lain.widgets.terminal = footerm