# HG changeset patch # User Paul Issott # Date 1237992368 0 # Node ID ea9a8347c14a01272c3362348c0ed9069e941e48 # Parent a23248c4f635ddd5daed068ab18b573e4efe6591 en: Update x-window (Hdbk) diff -r a23248c4f635 -r ea9a8347c14a en/doc/handbook/x-window.html --- a/en/doc/handbook/x-window.html Wed Mar 25 13:48:57 2009 +0000 +++ b/en/doc/handbook/x-window.html Wed Mar 25 14:46:08 2009 +0000 @@ -6,7 +6,7 @@ - + @@ -34,10 +34,10 @@
  • X Window System.
  • Slim - Simple Login Manager.
  • Xorg - X server.
  • -
  • JWM - Window Manager.
  • +
  • Openbox - Window Manager.
  • Enlightenment (e17). - Desktop environment.
  • -
  • Openbox - Window Manager.
  • +
  • JWM - Window Manager.
  • Use Xvesa as X terminal - Launch a graphical session from a remote machine.
  • Fonts - System Fonts.
  • @@ -179,21 +179,21 @@ EndSection - -

    JWM - Window manager

    + +

    Openbox

    -JWM (Joe's Window Manger) is a lightweight Window Manager, easy to use, fast, -stable and insanely configurable. The menu and theme can all be changed from a -single configuration file found in your home directory: ~/.jwmrc, -the file uses XML syntax and the code is nicely colored if you use Geany to -edit it. To add an entry in the menu you can use the following example: +Openbox is a lightweight window manager that can be configured using the obconf +utility. You can use the configuration file menu.xml found +in ~/.config/openbox to edit menu items. Here's an example using +Htop:

    -
     <Program icon="kino.png" label="Kino (Video Editor)">kino</Program>
    +
    <item label="Htop">
    +  <action name="Execute"><command>xterm -e htop</command></action>
    +</item>
     

    -The JWM Web site -has got more information on how to configure the application to your needs -and preferences. +More information can be found on the +openbox site.

    @@ -209,35 +209,33 @@ e17 to start Enlightenment.

    -Additional themes can be found on the website +Additional themes can be found on the website.

    - -

    Openbox

    + +

    JWM - Window manager

    -Openbox is a lightweight window manager that can be configured using the obconf -utility. To install openbox: +JWM (Joe's Window Manger) is a lightweight Window Manager, easy to use, fast, +stable and insanely configurable. The menu and theme can all be changed from a +single configuration file found in your home directory: ~/.jwmrc, +the file uses XML syntax and the code is nicely colored if you use Geany to +edit it. To install jwm:

    -
     # tazpkg get-install openbox
    - # tazpkg get-install obconf
    +
     # tazpkg get-install jwm
    +
    +

    +To add an entry in the menu you can use the following example: +

    +
     <Program icon="kino.png" label="Kino (Video Editor)">kino</Program>
     

    Logout your current X session, type F1 at Slim login and choose -openbox to start Openbox. To make Openbox your default Window -Manager, just type: tazx openbox. +jwm to start JWM. To make JWM your default Window +Manager, just type: tazx jwm.

    -Note: you can also use the configuration file menu.xml found -in /etc/xdg/openbox to edit menu items. Here's an example using -Htop: -

    -
    <item label="Htop">
    -  <action name="Execute"><command>xterm -e htop</command></action>
    -</item>
    -
    -

    -More information can be found on the -openbox site. +More information on configuring JWM can be found +here.