From 4823a1254108b3bd5ec086861080ba97018a3868 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 21 Aug 2009 15:55:42 +0200 Subject: [PATCH] awesomerc: stop handling beautiful Signed-off-by: Julien Danjou --- awesomerc.lua.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/awesomerc.lua.in b/awesomerc.lua.in index 3bdb6e6f0..b12393164 100644 --- a/awesomerc.lua.in +++ b/awesomerc.lua.in @@ -7,15 +7,6 @@ require("beautiful") require("naughty") -- {{{ Variable definitions --- Themes define colours, icons, and wallpapers --- The default is a dark theme -theme_path = "@AWESOME_THEMES_PATH@/default/theme.lua" --- Uncommment this for a lighter theme --- theme_path = "@AWESOME_THEMES_PATH@/sky/theme.lua" - --- Actually load theme -beautiful.init(theme_path) - -- This is used later as the default terminal and editor to run. terminal = "xterm" editor = os.getenv("EDITOR") or "nano"