diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:26:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-07 20:26:07 -0600 |
commit | 43d99cc2477266cb9072e179137f0e8485370b3d (patch) | |
tree | 0d4d47e5497a1a1465edf8263f57b72725577239 /doc/userguide | |
parent | 6354e6b3babad3ed0f5e314735bbbc01d1988eb2 (diff) | |
download | tdebase-43d99cc2477266cb9072e179137f0e8485370b3d.tar.gz tdebase-43d99cc2477266cb9072e179137f0e8485370b3d.zip |
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'doc/userguide')
-rw-r--r-- | doc/userguide/control-center.docbook | 2 | ||||
-rw-r--r-- | doc/userguide/customizing-desktop.docbook | 4 | ||||
-rw-r--r-- | doc/userguide/kde-for-admins.docbook | 4 | ||||
-rw-r--r-- | doc/userguide/under-the-hood.docbook | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/doc/userguide/control-center.docbook b/doc/userguide/control-center.docbook index 240046c73..774be64ac 100644 --- a/doc/userguide/control-center.docbook +++ b/doc/userguide/control-center.docbook @@ -252,7 +252,7 @@ mouse buttons.</para> <term><guilabel>Window Behavior</guilabel></term> <listitem> <para>This is where you would configure options related to the behavior of -&kde;'s window manager, &kwin;. &kwin; is extremely configurable and has +&kde;'s window manager, &twin;. &twin; is extremely configurable and has advanced features such as focus stealing prevention and different focus policies such as focus follows mouse. You can also configure what actions you would like to bind to certain keys and mouse events.</para> diff --git a/doc/userguide/customizing-desktop.docbook b/doc/userguide/customizing-desktop.docbook index eb427d599..4d095cbdc 100644 --- a/doc/userguide/customizing-desktop.docbook +++ b/doc/userguide/customizing-desktop.docbook @@ -118,7 +118,7 @@ to apply effects such as translucency. Window decorations must be able to do all these without sacrificing speed and performance. This is the reason why window decorations come in source code that must be compiled, or as binary packages that must be installed. Basically, Window decorations are plugins or small -programs that instruct &kwin;, &kde;'s Window Manager, +programs that instruct &twin;, &kde;'s Window Manager, how to display window frames.</para> <para>In order to add a new window decoration, you need to compile it from @@ -153,7 +153,7 @@ while this may be unnoticeable on very fast systems.</para> <para>To add an IceWM theme, select IceWM as the window decoration and click on the <guilabel>Open &kde;'s IceWM theme folder</guilabel> link in the window decoration description area. This will open a &konqueror; window -to <filename>$<envar>KDEHOME</envar>/share/apps/kwin/icewm-themes</filename>. +to <filename>$<envar>KDEHOME</envar>/share/apps/twin/icewm-themes</filename>. Extract your IceWM theme to this folder. The theme will then be added to the list of IceWM themes. Select the theme you want to use and click on <guibutton>Apply</guibutton>.</para> diff --git a/doc/userguide/kde-for-admins.docbook b/doc/userguide/kde-for-admins.docbook index 6424ea965..da0d91496 100644 --- a/doc/userguide/kde-for-admins.docbook +++ b/doc/userguide/kde-for-admins.docbook @@ -1135,7 +1135,7 @@ at the time the session was saved. Sessions are stored in the references to application-specific state information. The application-specific state information is saved in <filename class="directory">$<envar>KDEHOME</envar>/share/config/session</filename>. -The state information of &kwin; contains the location of the application +The state information of &twin; contains the location of the application windows of all the other applications in the session. </para> @@ -1184,7 +1184,7 @@ class="username">root</systemitem>.</para> <varlistentry><term>$<envar>KDEWM</envar></term><listitem><para>If the <envar>KDEWM</envar> environment variable has been set, then it will be used as &kde;'s window manager within the -<command>startkde</command> script instead of &kwin;.</para> +<command>startkde</command> script instead of &twin;.</para> </listitem> </varlistentry> diff --git a/doc/userguide/under-the-hood.docbook b/doc/userguide/under-the-hood.docbook index 094a01d63..be6cacdfc 100644 --- a/doc/userguide/under-the-hood.docbook +++ b/doc/userguide/under-the-hood.docbook @@ -381,13 +381,13 @@ the one with the <guiicon>Next Page</guiicon> picture on it. </step> <step> <para>In the <guilabel>Command/URL Settings</guilabel> tab, enter the -command to run in the field: <userinput><command>dcop kwin default +command to run in the field: <userinput><command>dcop twin default nextDesktop</command></userinput></para> </step> </procedure> <para>Repeat the above with the <keysym>Prev_Virtual_Screen</keysym> key and -<userinput><command>dcop kwin default +<userinput><command>dcop twin default previousDesktop</command></userinput>.</para> <para>Now pressing the <keysym>Prev_Virtual_Screen</keysym> or |