diff --git a/dox/E-docs/MAIN b/dox/E-docs/MAIN index 62921cec..e7dd7022 100644 --- a/dox/E-docs/MAIN +++ b/dox/E-docs/MAIN @@ -1416,7 +1416,24 @@ huhuhuhuh he said butter Editing Enlightenment's Menus

-huhuhuhuh he said butter +The first time you run enlightenment as a user after you've installed it, it +should create a directory under your home directory called .enlightenment. In +this directory, there will be a file called "file.menu" - this file controls +the contents of your left-mouse button _Menu(rootmenu) . The very first line +of this file contains the title for the menu, and the remainder of the file +looks a bit something like this: +

+"Eterm" NULL exec "Eterm" +

+Where each column represents: +

+Entry title , graphic for menu (NULL if not necessary) , exec "commandline" +

+You may have several files in here, including a kde menu and a gnome menu if +enlightenment has detected that their presence during installation. If +detected, your primary apps will be located in another file called +user_apps.menu. Each of these files is for you to edit as desired. +