From ac9c2f45592980138cb632c49f6c213c67a8fef9 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Mon, 18 Jun 2012 02:33:21 +0200 Subject: rc.lua: update the way vicious is loaded Vicious was ported to Lua 5.2, and is now loaded differently as a module to remain compatible with Lua 5.1 installations. --- rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.lua') diff --git a/rc.lua b/rc.lua index b5a1573..4bd2b92 100644 --- a/rc.lua +++ b/rc.lua @@ -15,8 +15,8 @@ require("awful") require("awful.rules") require("awful.autofocus") -- User libraries -require("vicious") -require("scratch") +local vicious = require("vicious") +local scratch = require("scratch") -- }}} -- cgit v1.2.3