That was a simple fix. Thanks!

On Thu, Jun 14, 2012 at 2:32 AM, Bryan Gardiner <[email protected]> wrote:
> On Wed, 13 Jun 2012 20:44:53 -0400
> Hong Shick Pak <[email protected]> wrote:
>
>> Is it possible to close the desktop menu with a mouse left-click
>> instead of right-clicking? It is inconvenient the fact that the menu
>> does not go away no matter what unless I right-click the desktop
>> again.
>>
>
> Is this what you're after?
>
> root.buttons(awful.util.table.join(
>    awful.button({ }, 1, function () mymainmenu:hide() end),
>    awful.button({ }, 3, function () mymainmenu:toggle() end),
>    ...
> ))
>
> Cheers,
> Bryan
>
> --
> To unsubscribe, send mail to [email protected].

--
To unsubscribe, send mail to [email protected].

Reply via email to