Revert "beautiful: init default theme by default" and "awesomerc: stop handling beautiful"
This reverts commit42c47eecce
. This reverts commit4823a12541
. Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
d49756c252
commit
67e5346956
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue