menutray

Menutray is a simple menu generator (related to obmenu-generator and fbmenugen).


It generates a Perl script containing all the applications from the /usr/share/applications directory, ordered on categories. It also provides a schema file for customization.

Starting with version 0.42, menutray supports Gtk3 with the --gtk3 option.

Githubhttps://github.com/trizen/menutray
AUR Linkhttps://aur.archlinux.org/packages/menutray/

Comments

  1. Hi Trizen. I use menytray on crunchbang, openbox, tint2
    panel, etc. and have one question, did it be possibile to
    execute menytray from tint2 panel but outside of systray
    on fixed position something like menus for gnome2 or xfce do?

    ReplyDelete
  2. Sorry to be dumb but I cannot find out how to open menutray at the cursor position.

    It works fine from the system tray.

    ReplyDelete
    Replies
    1. You need to enable "popup_at_cursor" in config-file and add the following key-bind:

      sh -c "pkill -u $(whoami) -o -f menutray -SIGUSR1"

      See also: https://github.com/trizen/menutray/issues/3

      Delete

Post a Comment