/usr/share/icewm/menu is in icewm-common 1.4.3.0~pre-20180217-3.
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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | # This is an example for IceWM's menu definition file.
#
# Place your variants in /etc/X11/icewm or in $HOME/.icewm
# since modifications to this file will be discarded when you
# (re)install icewm.
#
prog Terminal ! x-terminal-emulator -ls
prog "Web Browser" ! x-www-browser
prog HexChat hexchat hexchat
prog Gimp gimp gimp
separator
menu Applications folder {
menu Editors folder {
prog fte fte fte
prog vim vim gvim
prog xemacs xemacs xemacs
prog NEdit nedit nedit
prog xedit xedit xedit
prog Lyx emacs lyx
}
menu "Mail Agents" folder {
prog Mutt mutt x-terminal-emulator -e mutt
}
menu "WWW Browsers" folder {
prog "Web Browser" ! x-www-browser
prog Konqueror konqueror konqueror
prog Chromium chromium chromium
prog w3m lynx x-terminal-emulator -e w3m
prog Links2 lynx x-terminal-emulator -e links2
}
menu Graphics folder {
prog Gimp gimp gimp
prog Geeqie geeqie geeqie
prog Dia dia dia
prog XFig xfig xfig
}
menu Development folder {
prog ddd ddd ddd
prog Eclipse eclipse eclipse
}
prog "Evince" evince evince
prog "DVI Previewer" xdvi xdvi
prog "Ghostview" ghostview gv
prog "xfm" xfm xfm
}
menu Games folder {
prog "Koules for X" koules xkoules -f
prog Xboing xboing xboing
prog Xboard xboard xboard
prog XGalaga xgalaga xgal
prog XDemineur xdemineur xdemineur
prog Kobo Deluxe kobo-icon /usr/games/kobodl
}
menu System folder {
prog "Control Panel" redhat control-panel
prog xload xload xload
prog xosview xosview xosview
menu "Window Managers" folder {
restart icewm - icewm
restart icewm-gnome - icewm-gnome
restart icewm-experimental - icewm-experimental
restart icewm-lite - icewm-lite
restart wmaker - wmaker
restart enlightenment - enlightenment
restart blackbox - blackbox
restart sawfish - sawfish
restart sawfish2 - sawfish2
restart metacity - metacity
restart fvwm2 - fvwm2
restart fvwm - fvwm
}
}
menu Utilities folder {
menu Multimedia folder {
prog XPlayCD xplaycd xplaycd
prog XMixer xmixer xmixer
}
prog "Font Selector" xfontsel xfontsel
prog Clock xclock xclock
prog Magnify xmag xmag
prog Calculator xcalc xcalc
prog Colormap xcolormap xcmap
prog Clipboard xclip xclipboard
prog xkill bomb xkill
separator
prog "Screen Saver" xlock xlock -nolock
prog "Screen Lock" xlock xlock
}
menufile Toolbar folder toolbar
separator
menuprog "Desktop Apps" folder /usr/bin/icewm-menu-fdo
|