awesomerc: change tasklist button 3 default behaviour
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
5afd258697
commit
5ee16fb72d
|
@ -130,7 +130,7 @@ mytasklist.buttons = { button({ }, 1, function (c)
|
|||
client.focus = c
|
||||
c:raise()
|
||||
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 ()
|
||||
awful.client.focus.byidx(1)
|
||||
if client.focus then client.focus:raise() end
|
||||
|
|
Loading…
Reference in New Issue