awesomerc: fix mplayer

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-06-23 11:37:58 +02:00
parent 1746e9e940
commit 9071cb1332
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ function hook_manage(c)
if c:name_get():lower():find("pinentry") then
c:floating_set(true)
end
if c:name_get():find("mplayer") then
if c:name_get():lower():find("mplayer") then
c:floating_set(true)
end
end