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