Commit 6a433c5e authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Support AwesomeWM both before and after 4.1

parent 968b5cb7
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -40,7 +40,11 @@ end

-- {{{ Variable definitions
-- Themes define colours, icons, font and wallpapers.
if nil ~= gears.filesystem then
	beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua")
else
	beautiful.init(awful.util.get_themes_dir() .. "default/theme.lua")
end

-- This is used later as the default terminal and editor to run.
terminal = "xterm"