Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : edox-data

Dir     : e16/edox-data/E-docs


Modified Files:
        MAIN 


Log Message:
Updates, formatting fixes.

===================================================================
RCS file: /cvs/e/e16/edox-data/E-docs/MAIN,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- MAIN        10 Sep 2007 18:50:56 -0000      1.6
+++ MAIN        10 Sep 2007 20:01:22 -0000      1.7
@@ -34,7 +34,8 @@
 This Documentation is intended to take you step by step through 
Enlightenment(E16)
 and its default setup, how to use it, modify settings, and put it to use for
 you. When you have finished reading each page please press the NEXT button on
-the top of this window to go to the next page, or use the Back button until 
you have reached the _Docs_Index(docindex)
+the top of this window to go to the next page, or use the Back button until you
+have reached the _Docs_Index(docindex)
 <p>
 If you are reading this right now you have managed to get E16 itself
 installed correctly and are either running E16 for the first time or
@@ -182,6 +183,7 @@
 <br>
 <br>
 <br>
+<br>
 <p align=50%>
 For updated information on Enlightenment, development, bug-fixes, snapshots of
 development versions etc. please visit:
@@ -469,8 +471,8 @@
 forward a desktop.
 <p>
 If this doesn't work, then it may be you haven't configured your X server to
-understand a mouse with a wheel. If you use XFree86 you may need to edit your 
-XF86Config to have a "Pointer" Section like:
+understand a mouse with a wheel. You may need to edit your X server
+configuration to have a "Pointer" Section like:
 <font face=aircut3/12 color=#ccaacc>
 <p>
 Section "Pointer"<br>
@@ -488,7 +490,6 @@
 
 
 
-
 <page columns=1 padding=16 name=border background=Edoc_bg.png 
linkcolor=#88dddd>
 <font face=rothwell/25 color=#ffffff>
 <p>
@@ -566,9 +567,7 @@
 <p>
 From time to time you may find that you don't like a particular border that a
 window uses, for some reason or another.  You can easily change the border
-style of a window in E16 using the 
-<br>
-_Window_Operations(windowops)
+style of a window in E16 using the _Window_Operations(windowops)
 menu, however.  Select the "Set Border Style" menu, and a list will be
 presented to you of available borders in this theme.  The most common use
 for this is to make an application shed its border, using the
@@ -623,7 +622,7 @@
 <br>
 CTRL+ALT+F - Toggle fullscreen mode of the currently focused window
 <br>
-CTRL+ALT+(F1 - F12) - Go directly to desktops 0 - 11
+CTRL+ALT+(F1 - F8) - Go directly to desktops 0 - 7
 <br>
 <font face=aircut3/12 color=#ffffff>
 (more on next page ...)
@@ -649,10 +648,10 @@
 SHIFT+ALT+Down-Arrow - Move to the virtual desktop below if there is one
 <font face=aircut3/12 color=#ffffff>
 <p>
-Note: Zooming in and out of windows will only work if you have an XFree86 
-server or one that implements the Xf86VidMode extension. You also need
-to define lots of screen modes for your display, so ensure your "Display" 
-subsection of your XF86Config looks like:
+Note: Zooming in and out of windows will only work if you have an X server
+that implements the Xf86VidMode extension. You also need to define multiple
+screen modes for your display, e.g. with a "Display" subsection of the X11
+configuration that looks like:
 <font face=aircut3/12 color=#ccaacc>
 <p>
 SubSection "Display"<br>
@@ -661,9 +660,6 @@
 EndSubSection
 <font face=aircut3/12 color=#ffffff>
 <p>
-Have a "Display" subsection per depth (this example is for 16 bit) and all
-the resolutions defined as above.
-
 
 
 
@@ -772,7 +768,7 @@
 There are several ways that you can change your current desktop - let's go over
 a few of them here.
 <p>
-You can use the _Keybindings(defkeys) alt-F1 through alt-F12 for the first 12
+You can use the _Keybindings(defkeys) alt-F1 through alt-F8 for the first 8
 desktops.<br>
 You can use the _Keybindings(defkeys) Ctrl-Alt-Left and Ctrl-Alt-Right to
 navigate to the next/previous desktop.<br>
@@ -974,35 +970,13 @@
 <p>
 If you want to customize the images used for the icons in your iconbox, there 
 is already an example configuration supplied. To make your own configuration
-copy the icondefs.cfg file installed in your E16 system config 
-directory (/usr/local/enlightenment/config/icondefs.cfg or 
-/usr/share/enlightenment/config/icondefs.cfg) to your ~/.e16
-directory and then edit it. On each line you will find 4 fields. The first
-field is the image file to be used. The image is searched for in the usual 
-search path if it is not an absolute path to the image file. The search path
-is in order: ~/.e16, THEME_DIR/, ENLIGHTENMENT_ROOT/config.
-<p>
-The second field on the line is a shell-glob like match for the title of 
-a window.
-If this field is irrelevant, NULL is used instead. NB: the only valid wildcard
-in the glob pattern is "*". The third field is the NAME property of the window
-and the fourth is the CLASS. The order of search priority is last to first,
-so the last entry in the file that matches a window's title, name and class 
-globs will use the icon image defined on the first line.
-
-<page columns=1 padding=16 name=iconbox4 background=Edoc_bg.png 
linkcolor=#88dddd>
-<font face=aircut3/12 color=#ffffff>
-<p>
-If you want all windows to have an icon then use:
-<p>
-"pix/pimage.png" NULL NULL NULL
-<p>
-This is the most general match for an icon and will match ALL windows. If you
-use this make sure it's at the start of the file so it will only match if no 
-other matches are found.
+copy the matches.cfg file installed in your E16 system config 
+directory (/usr/local/e16/config/matches.cfg or 
+/usr/share/e16/config/matches.cfg) to your ~/.e16
+directory and then edit it.
 <p>
 There are several examples of using the globbing and matching in the system
-icondefs.cfg file. Use that as a reference for your own additions.
+matches.cfg file. Use that as a reference for your own additions.
 
 <page columns=1 padding=16 name=minimized background=Edoc_bg.png 
linkcolor=#88dddd>
 <font face=rothwell/25 color=#ffffff>



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to