X-Git-Url: http://git.madism.org/?p=~madcoder%2Fdotfiles.git;a=blobdiff_plain;f=config%2Fawesome%2Frc.lua;fp=config%2Fawesome%2Frc.lua;h=2bcc47fbf4e1535dc337d834ff65a6c11cd2fae9;hp=577e5296bac26db1751d25dc8a31c8606b4b98c7;hb=1b0bfb33e57baf684511418a513b2003c46ad26f;hpb=1f66b92bd417b2e96d9b819a9ca256cfb4e8fe98 diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 577e529..2bcc47f 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -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),