handle terminfo for 256color rxvt
[~madcoder/dotfiles.git] / config / awesome / rc.lua
index 577e529..2bcc47f 100644 (file)
@@ -9,6 +9,7 @@ require("vicious")
 
 terminal = "urxvtcd"
 lock     = 'xscreensaver-command -lock'
+lock     = 'gnome-screensaver-command --lock'
 beautiful.init(awful.util.getdir("config").."/theme")
 
 -- {{{ Modkeys
@@ -465,7 +466,7 @@ local clientkeys = awful.util.table.join(
         if mypromptbox.widget.text then
             mypromptbox.widget.text = ""
         else
-            mypromptbox.widget.text = "Class: " .. c.class .. " Instance: ".. c.instance
+            mypromptbox.widget.text = "Class: " .. c.class .. " Instance: ".. c.instance .. " Name: " .. c.name
         end
     end),