75 lines
2.2 KiB
Plaintext
75 lines
2.2 KiB
Plaintext
# The first section of the document defines the look and feel of menus.
|
|
|
|
MenuStyle * MenuColorset 5, PopupDelayed, PopupDelay 300, PopupAsSubmenu, \
|
|
HoldSubmenus, PopupOffset 1 100, PopdownImmediately, HilightTitleBack, \
|
|
TitleColorset 7, HilightBack, ActiveColorset 6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The second section describes their contents.
|
|
|
|
DestroyMenu WindowOps
|
|
AddToMenu WindowOps "$[gt. Window Operations ]" Title
|
|
|
|
+ "Iconify" Iconify
|
|
+ "Maximize" Maximize
|
|
+ "" Nop
|
|
+ "Close" Close
|
|
+ "Kill" Destroy
|
|
+ "" Nop
|
|
+ "Scrape" Function Hunter
|
|
|
|
DestroyMenu EditMenu
|
|
AddToMenu EditMenu "$[gt. Editors ]" Title
|
|
|
|
+ "Docs" Exec exec $[infostore.deditor]
|
|
+ "IDE" Exec exec $[infostore.ide]
|
|
+ "Text" Exec exec $[infostore.editor]
|
|
|
|
|
|
DestroyMenu BrowseMenu
|
|
AddToMenu BrowseMenu "$[gt. Browsers ]" Title
|
|
|
|
+ "Full" Exec exec $[infostore.fbrowse]
|
|
+ "Lite" Exec exec $[infostore.lbrowse]
|
|
|
|
|
|
DestroyMenu CommsMenu
|
|
AddToMenu CommsMenu "$[gt. Comms ]" Title
|
|
|
|
+ "Mail" Exec exec $[infostore.mail]
|
|
+ "News" Exec exec $[infostore.news]
|
|
+ "IM" Exec exec $[infostore.im]
|
|
|
|
|
|
DestroyMenu MediaMenu
|
|
AddToMenu MediaMenu "$[gt. Media ]" Title
|
|
|
|
+ "Video Player" Exec exec $[infostore.vplay]
|
|
+ "Music Player" Exec exec $[infostore.mplay]
|
|
+ "Image Viewer" Exec exec $[infostore.iview]
|
|
+ "Image Editor" Exec exec $[infostore.iedit]
|
|
|
|
|
|
DestroyMenu UtilMenu
|
|
AddToMenu UtilMenu "$[gt. Utilities ]" Title
|
|
|
|
+ "Calculator" Exec exec $[infostore.calc]
|
|
+ "Doc Viewer" Exec exec $[infostore.dview]
|
|
+ "Torrents" Exec exec $[infostore.torrent]
|
|
+ "" Nop
|
|
+ "Screenshot" Exec exec $[infostore.posix]/hunter -g
|
|
+ "Identify" Module FvwmIdent
|
|
+ "" Nop
|
|
+ "Manual" Exec exec $[infostore.man]
|
|
|
|
|
|
DestroyMenu InfoMenu
|
|
AddToMenu InfoMenu "$[gt. Sysinfo ]" Title
|
|
|
|
+ "Task Manager" Exec exec $[infostore.pmon]
|
|
+ "Systems Check" Module FvwmScript $[infostore.fscript]/FXDE-SystemsCheck
|