awesomerc: change tasklist button 3 default behaviour

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Fredrik Ax 2009-03-17 09:59:24 +01:00 committed by Julien Danjou
parent 5afd258697
commit 5ee16fb72d
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ mytasklist.buttons = { button({ }, 1, function (c)
client.focus = c client.focus = c
c:raise() c:raise()
end), end),
button({ }, 3, function () if instance then instance:hide() end instance = awful.menu.clients({ width=250 }) end), button({ }, 3, function () if instance then instance:hide() instance = nil else instance = awful.menu.clients({ width=250 }) end end),
button({ }, 4, function () button({ }, 4, function ()
awful.client.focus.byidx(1) awful.client.focus.byidx(1)
if client.focus then client.focus:raise() end if client.focus then client.focus:raise() end