]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/rc.lua
mutt: use column with for html rendering
[dotfiles.git] / awesome / rc.lua
index 1e72079e4588e6125163d546822e7aae54edfed9..9da4d247a1dd81ef5204ec1b418f1a242fcf10e9 100644 (file)
@@ -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