==================================
qtmenu-standalone
- - -
(C) 2014 Will Brokenbourgh
http://www.pismotek.com/brainout/
will_brokenbourgh@yahoo.com
==================================

Stand-alone Qt applications menu for Fluxbox and other window managers

 Features
 • Checks /usr/share/applications and ~/.local/share/applications.
 • Checks every time menu is shown -- newly installed apps should appear right away.
 • Qt Menu position can be customized (defaults to lower-left).
 • Custom frequently-used programs can be displayed (at top of menu).
 • Commands for Run..., Exit, Reboot and Shutdown can be customized.
 • Menu item icon theme can be customized
 • All options are set in the .qtmenu config file
 • Using default options, should respect settings by Qt Config (possibly KDE...don't know yet)
 • Compiles and works on Linux and FreeBSD

This is the 'stand-alone' version of the qtmenu that displays the menu according to the settings
in the included .qtmenu config file (which belongs in your home folder). This is useful when
you're using bbbutton or some other launcher. Enjoy!


BUILDING
========
If you have a properly-installed Qt environment, you should be able to issue the following commands
to build and install this program:

$ qmake
$ make
$ sudo make install


KNOWN ISSUES
============
 • Is not localized for non-English languages
 • Some icons do not display, or display too big (Qt 4 issue)
