On Thu, Nov 25, 2010 at 8:40 PM, Ekram <[email protected]> wrote:
> Can you tell me how application menu can be enabled?
>
Application menu, or title bar? They're quite different things.
Unless it's changed, you should have some lines like this in your rc.lua:
355 client.add_signal("manage", function (c, startup)
356 -- Add a titlebar
357 --awful.titlebar.add(c, { modkey = modkey })
Just uncomment the last line there, and you'll have titlebars on your
windows.
Now, an application menu could mean a number of different things. If you're
talking about a menu to launch applications, I use yeganesh (a wrapper
around dmenu), but there's one built in to awesome as well. I suppose we
should leave this topic until you clarify what it is you're looking for.