Categorized / Grouped? Here's part of mine...

        MythTVMenu =    {
                                                { "Play", "mythfrontend" },
                                                { "Stop", "sudo stop
mythtv-backend" },
                                                { "Start", "sudo start
mythtv-backend" },
                                                { "Restart", "sudo restart
mythtv-backend" },
                                                { "Setup", "sudo
mythtv-setup" }
                                        }

        TVMenu =        {
                                        { "MythTV", MythTVMenu },
                                        { "XBMC", "xbmc" },
                                        { "Kaffeine", "kaffeine" }
                                }

        AwesomeMenu = {
                                                { "Debian",
debian.menu.Debian_menu.Debian },
                                                { "manual", terminal .. " -e
man awesome" },
                                                { "edit config", editor_cmd
.. " " .. awful.util.getdir("config") .. "/rc.lua" },
                                                { "edit theme", editor_cmd
.. " " .. awful.util.getdir("config") .. "/theme.lua" },
                                                { "restart", awesome.restart
},
                                                { "quit", awesome.quit }
                                         }

        mymainmenu = awful.menu({
                                                        items = { 
        
{ "Web Browser (Firefox)", "/usr/bin/firefox" },
        
{ "File Manager (Xfe)", "/usr/bin/xfe", "/usr/share/pixmaps/xfe.xpm" },
        
{ "Drives", "sudo gnome-disks" },
        
{ "Text Editor (from Xfe)", "/usr/bin/xfwrite", "/usr/share/pixmaps/xfw.xpm"
},
        
{ "Terminal (from Xfe)", terminal },
        
{ "Mixer", terminal .. " alsamixer" },
        
{ "VLC", myMenu4 },
        
{ "TV", TVMenu },
        
{ "awesome", AwesomeMenu, beautiful.awesome_icon }
                                        }
                                                     })


-----Original Message-----
From: Kevin Clay [mailto:[email protected]] 
Sent: Sunday, 14 September 2014 6:47 PM
To: [email protected]
Subject: Awesome Menu Applicaions

I have been through the wiki on installing Awesome for the first time 
and I see screenshots in which the awesome menu has categorized lists of 
applications. The wiki doesn't explain how to do this or if it supposed 
to do this automagically. My menu doesn't show any applicaions and I was 
wondering how to get it to do this.

Thanks.

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


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

Reply via email to