X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/8e98fbe8d9fbfb429ba2f81769d7d3a73e31a3f2..a902eb721d75413c9cd47268bcddd47d0d217fe6:/awesome/rc.lua diff --git a/awesome/rc.lua b/awesome/rc.lua index 5289b90..a8d2440 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -38,10 +38,10 @@ end -- {{{ Variable definitions -- Themes define colours, icons, and wallpapers -beautiful.init("/usr/share/awesome/themes/default/theme.lua") +beautiful.init(awful.util.getdir("config").."/themes/mlp/theme.lua") -- This is used later as the default terminal and editor to run. -terminal = "konsole" +terminal = "urxvt" editor = os.getenv("EDITOR") or "vim" editor_cmd = terminal .. " -e " .. editor @@ -76,6 +76,9 @@ require("bindings") -- Rules require("rules") +-- conky +require("conky") + -- {{{ Signals -- Signal function to execute when a new client appears. client.connect_signal("manage", function (c, startup)