######## # Menu # ######## # # Font uses by the menu # MenuFont fixed # # Font color for the menu. # The active color is used when the mouse is on a menu element. # MenuFontActiveColor black MenuFontInactiveColor white # # It's the background menu color. It could be a gradient too. # So if you want a gradient you have to specify the gradient orientation # with H for horizontal gradient or V for vertical one. # After you have to give two color. # MenuColor H rgb:2f/b6/c2 white #MenuColor V rgb:2f/b6/c2 white #MenuColor blue # # Only if you want a texture in the background of the menu. # #MenuImage toto.gif # # When the mouse is on a submenu element. The submenu appears automaticely. # MenuAuto # # It's the main menu that appears when you click in the background # of your desktop # Menu Main "Applications" - "Rxvt" Exec rxvt & - "Emacs" Exec emacs & + "Utils" - "Netscape 4" Exec netscape & EndMenu # # It's the structure of the menu. # - specifies an application if there is Exec in the line # or a EPIwm function if there is Func. # + specifies a submenu # and "name" specifies the name that appears in the menu. # Menu "Utils" - "Kill" Exec xkill & - "xlock" Exec xlock & + "Draw" EndMenu Menu "Draw" - "The Gimp" Exec gimp & - "XV" Exec xv & - "EE" Exec ee & - "GQView" Exec gqview & EndMenu