lcpz / awesome-freedesktop

Freedesktop.org menu and desktop icons support for Awesome WM
GNU General Public License v2.0
129 stars 25 forks source link

add new arg for menu.build: sub_menu #10

Closed Nimlar closed 5 years ago

Nimlar commented 5 years ago

Allow to set the freedesktop generated menu in its own entry.

usage example in rc.lua:

mymainmenu = freedesktop.menu.build({
        before = { menu_awesome },
        after =  { menu_terminal },
        sub_menu = "freedesktop"
    })
Sorky commented 5 years ago

Nice

Nimlar commented 5 years ago

Thanks.