awesomerc: Fix set menu clients width (FS#1200)

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Rocco Aliberti 2014-01-03 16:06:13 +01:00 committed by Uli Schlachter
parent 479f7b990c
commit 843a36aa6e
1 changed files with 3 additions and 1 deletions

View File

@ -148,7 +148,9 @@ mytasklist.buttons = awful.util.table.join(
instance:hide()
instance = nil
else
instance = awful.menu.clients({ width=250 })
instance = awful.menu.clients({
theme = { width = 250 }
})
end
end),
awful.button({ }, 4, function ()