]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/rc.lua
awesome: remove launcher menu button
[dotfiles.git] / awesome / rc.lua
index 1e72079e4588e6125163d546822e7aae54edfed9..54fa12597bb1bd9ca0b222d035495cbaf41e6dd8 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
 
@@ -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")
--- }}}