From d81392d7e2c7afbc6e01e16bdb91a4fe6c2c4f9c Mon Sep 17 00:00:00 2001 From: Mandrake Date: Fri, 1 Oct 1999 02:27:45 +0000 Subject: [PATCH] docs on how to edit your menus added SVN revision: 506 --- dox/E-docs/MAIN | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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. +