THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - ayman (mony) 

Attached to Project - awesome
Summary - move mouse to client screen in clients menu
Task Type - Feature Request
Category - awful
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Very Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - menu.lua

[code]
...
 function menu:clients(args) -- FIXME crude api
     _menu = self or {}
     local cls = capi.client.get()
     local cls_t = {}
     for k, c in pairs(cls) do
         cls_t[#cls_t + 1] = {
             util.escape(c.name) or "",
             function ()
                 if not c:isvisible() then
                     tags.viewmore(c:tags(), c.screen)
                 end
                 capi.client.focus = c
                 c:raise()
+                screen.focus(client.focus.screen)
             end,
...
[/code]

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1156

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Reply via email to