]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/rc.lua
Merge branch 'master' into vim-clean
[dotfiles.git] / awesome / rc.lua
index 1e72079e4588e6125163d546822e7aae54edfed9..1a49ab741c053ea0aba17e8eb530c0e795508ddf 100644 (file)
@@ -8,8 +8,6 @@ beautiful = require("beautiful")
 -- Notification library
 naughty = require("naughty")
 menubar = require("menubar")
--- Pulseaudio widget
---local APW = require("apw/widget")
 
 -- {{{ Error handling
 -- Check if awesome encountered an error during startup and fell back to
@@ -41,7 +39,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 +101,5 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
 -- Set keys
 root.keys(globalkeys)
 
--- {{{ Autostart applications
+-- Autostart applications
 require("autostart")
--- }}}