Revert "beautiful: init default theme by default" and "awesomerc: stop handling beautiful"

This reverts commit 42c47eecce.
This reverts commit 4823a12541.

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-09-28 13:42:34 +02:00
parent d49756c252
commit 67e5346956
2 changed files with 3 additions and 3 deletions

View File

@ -8,6 +8,9 @@ require("beautiful")
require("naughty")
-- {{{ Variable definitions
-- Themes define colours, icons, and wallpapers
beautiful.init("@AWESOME_THEMES_PATH@/default/theme.lua")
-- This is used later as the default terminal and editor to run.
terminal = "xterm"
editor = os.getenv("EDITOR") or "nano"

View File

@ -73,7 +73,4 @@ end
setmetatable(_M, { __index = function(t, k) return theme[k] end })
-- Init with default theme.
init("@AWESOME_THEMES_PATH@/default/theme.lua")
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=80