/usr/share/doc/wm-icons/README.fvwm is in wm-icons 0.4.0-5.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | This directory contains some configuration files for the debian menu
system. These files should be edited to fit with your system and
copied to either /etc/menu-methods/ if you are root or to ~/.menu-methods/
as a simple user.
* wm-icons.h contains functions that you may used in any "menu method"
script. You should edit/check the systemFindIcon function.
* wm-icons-data.h contains "data functions" used in wm-icons.h: a map from
the "standard sections" and wm-icons icons and a map from packages name
to wm-icons icons.
* wm-icons-fvwm2rc-menu is a menu-method script for FVWM. You should add
Read wm-icons/menudefs.hook
in the configuration file and bind it in some ways e.g.:
add:
+ "menu system%menu/programs.xpm" Popup "/DebianWmIcons"
in your root menu
or add say:
Mouse 1 R A Menu "/DebianWmIcons"
* Other window managers: just (copy and rename and) edit the correponding
menu methods script; you should add "!include wm-icons.h" and then you
can use the functions wmIconsFindSectionIcon($section,$icon,"menu/")
for the section icons and wmIconsFindIcon($section,$package,$icon,"menu/")
for the application icons.
Good luck!
|