From 724366c038777122e292091b729e7d1e9d52c5cc Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sun, 4 Oct 2009 00:21:15 +0200 Subject: Reworked some variables in entropy, load, mpd, net, init --- init.lua | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index f2f210a..3e8b654 100644 --- a/init.lua +++ b/init.lua @@ -7,21 +7,16 @@ ----------------------------------------------------- -- {{{ Grab environment -require("awful") -require("vicious.helpers") - -local type = type +local type = type local pairs = pairs -local awful = awful local tonumber = tonumber -local os = { time = os.time } +local helpers = require("vicious.helpers") +local capi = { timer = timer } +local os = { time = os.time } local table = { - insert = table.insert, - remove = table.remove + insert = table.insert, + remove = table.remove } - --- Grab C API -local capi = { timer = timer } -- }}} -- cgit v1.2.3