X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/8e98fbe8d9fbfb429ba2f81769d7d3a73e31a3f2..304da20411ff67b5054986c86d87d4cb7e1d26db:/awesome/rc.lua diff --git a/awesome/rc.lua b/awesome/rc.lua index 5289b90..8879c5e 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -41,7 +41,7 @@ end beautiful.init("/usr/share/awesome/themes/default/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)