diff options
author | Tracy Williams <t_s_williams[at]yahoo[dot]com> | 2011-01-10 17:44:02 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-10 17:44:02 -0600 |
commit | 5c173bbdb1475c49490f3b3ba7ddfefccbc5c0a7 (patch) | |
tree | 85a5999580c6303d8828fc56cffaae17fcd2b6f6 /system/wmconfig/README | |
parent | 00704342299b2e2c08601e9dc05d67cdf896007f (diff) | |
download | slackbuilds-5c173bbdb1475c49490f3b3ba7ddfefccbc5c0a7.tar.gz |
system/wmconfig: Added (window manager menu creator)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/wmconfig/README')
-rw-r--r-- | system/wmconfig/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/system/wmconfig/README b/system/wmconfig/README new file mode 100644 index 0000000000..2dafd006d6 --- /dev/null +++ b/system/wmconfig/README @@ -0,0 +1,18 @@ +wmconfig is a free tool for automatically generating menus for various +X window managers. It uses a very simple configuration, it's fast and small. +A special toolkit (Gtk or Qt / KDE) is not required and the menu entries may +be edited with the text editor of your choice. + +wmconfig will read the application template files located in /etc/wmconfig +and add an entry into the menu if that application is found on your system. +It will also read the application template files from the .wmconfig directory +in the user's home directory. Therefore, the user's settings will override +the system-wide settings. If optionally any extra files are given as an +argument on the command line, those will be read last and merged with the +others (possibly overriding the settings in system and user home dir files). + +wmconfig creates menus for the following window managers/desktop environments: +aewm, afterstep, amiwm, blackbox, ctwm, e16, e17, ede, epiwm, equinox, +fluxbox, flwm, freedesktop, fvwm, fvwm2, fvwm95, gnome2, golem, icewm, +kahakai, kde1, kde2, kde3, kde4, launcher, lxde, mlvwm, mwm, olwm, openbox, +pekwm, piewm, pwm, qvwm, sapphire, tvtwm, twm, ude, vtwm, wmaker, wmx, xfce |