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 - focus any screen causing triggering signals in x=0,y=0
Task Type - Bug Report
Category - awful
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - [code]

awelp = {s={}}

for s = 1,screen.count()

        awelp[s] = wibox{ x = capi.screen[s].geometry.x, y = 
capi.screen[s].geometry.y, width = capi.screen[s].geometry.width, height = 
capi.screen[s].geometry.height, visible = false, ontop = true, opacity = 1, bg 
= "#00ff00"}
        awelp.s[s] = wibox{ x = capi.screen[s].geometry.x, y = 
capi.screen[s].geometry.y, width = 1, height = 1, visible = true, ontop = true, 
opacity = 1, bg = "#ff0000"}
        awelp.s[s]:connect_signal("mouse::enter", function () awelp[s].visible 
= not awelp[s].visible keygrabber.run(function(mod, key, event) if key == 
'Escape' then keygrabber.stop() awelp[s].visible = not awelp[s].visible end 
end) end)

end

[/code]

focus another screen

the mouse will hover {0,0} coords of the screen this will cause the wibox to 
show

!!!

One or more files have been attached.

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

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 [email protected].

Reply via email to