THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#522 - awesome fails to manage opera window
User who did this - Spencer Pokorski (spokorsk)

----------
Had the same trouble with opera, but pressing modkey+m with the default rc.lua 
fixes this.

The code for that is
awful.key({ modkey,}, "m",
       function (c)
           c.maximized_horizontal = not c.maximized_horizontal
           c.maximized_vertical   = not c.maximized_vertical
       end)

----------

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

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