Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Quickstart

ju1ius edited this page Aug 23, 2011 · 19 revisions

Once you installed fluxdgmenu:

  • Start the menu daemon:
    fxm-daemon start
  • Add it to your ~/.fluxbox/startup file
    fxm-daemon start &
  • Add this line to ~/.bash_logout so that fxm-daemon quits when you logout
    fxm-daemon stop
  • Fluxdgmenu can also monitor your Gtk Bookmarks and recently used files:
    fxm-daemon start --with-bookmarks --with-recently-used &

    Or the short form:
    fxm-daemon start --all &
  • Add the following line to your ~/.fluxbox/menu file
    [include] (~/.fluxbox/fluxdgmenu/menu)

    Fluxdgmenu can also generate a rootmenu (your previous menu will be backed up in ~/.fluxbox/menu.bak):
    fxm-daemon generate-rootmenu

    The generated root menu will include your Gtk Bookmarks and recently used files by default.

Next

Check The menu daemon or run fxm-daemon --help for the daemon documentation.
Check Customizing the menu for documentation on … customizing the menu.

Clone this wiki locally