awesomerc: typo

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-11-24 17:59:44 +01:00
parent 32e69bc1cc
commit 97ca8acc80
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ keybinding({ modkey, "Ctrl" }, "i", function ()
local s = mouse.screen
if mypromptbox[s].text then
mypromptbox[s].text = nil
elseif client.focus
elseif client.focus then
mypromptbox[s].text = nil
if client.focus.class then
mypromptbox[s].text = "Class: " .. client.focus.class .. " "