X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/01b1c66006fe0901eeafbcbeaae6185e605df5b9..4b1d62d1350c90c23d9d365ffcb1ecdf1f088e3d:/awesome/rc.lua diff --git a/awesome/rc.lua b/awesome/rc.lua index 1e72079..1a49ab7 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -8,8 +8,6 @@ beautiful = require("beautiful") -- 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 @@ -41,7 +39,7 @@ end 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 @@ -103,6 +101,5 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n -- Set keys root.keys(globalkeys) --- {{{ Autostart applications +-- Autostart applications require("autostart") --- }}}