Fix error on startup with the default config

This commit is contained in:
Emmanuel Lepage Vallee 2013-06-11 15:19:34 -04:00
parent 13c4a1f5fb
commit 7bb00680fe
1 changed files with 1 additions and 5 deletions

View File

@ -1,13 +1,9 @@
-- Coment this out if you dont need to test it this way
-- Remove last dir
local pwd = os.getenv("PWD"):match("(.+)/.-")
package.path = pwd .. "/?.lua;" .. pwd .. "/?/init.lua;" .. package.path
local tyrannical = require("tyrannical")
-- Standard awesome library
local gears = require("gears")
local awful = require("awful")
awful.rules = require("awful.rules")
local tyrannical = require("tyrannical")
require("awful.autofocus")
-- Widget and layout library
local wibox = require("wibox")