-- Notification library
naughty = require("naughty")
menubar = require("menubar")
--- Pulseaudio widget
---local APW = require("apw/widget")
-- {{{ Error handling
-- Check if awesome encountered an error during startup and fell back to
beautiful.init(awful.util.getdir("config").."/themes/mlp/theme.lua")
-- This is used later as the default terminal and editor to run.
-terminal = "urxvt"
+terminal = "urxvtc"
editor = os.getenv("EDITOR") or "vim"
editor_cmd = terminal .. " -e " .. editor
-- Set keys
root.keys(globalkeys)
--- {{{ Autostart applications
+-- Autostart applications
require("autostart")
--- }}}