awesomerc: stop handling beautiful

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-08-21 15:55:42 +02:00
parent 42c47eecce
commit 4823a12541
1 changed files with 0 additions and 9 deletions

View File

@ -7,15 +7,6 @@ require("beautiful")
require("naughty") require("naughty")
-- {{{ Variable definitions -- {{{ 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. -- This is used later as the default terminal and editor to run.
terminal = "xterm" terminal = "xterm"
editor = os.getenv("EDITOR") or "nano" editor = os.getenv("EDITOR") or "nano"