diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 4aed2c8219774f5d797760606b8489a92ddc5163 (patch) | |
tree | 3f8c130f7d269626bf6a9447407ef6c35954426a /doc/kcontrol/windowmanagement | |
download | tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/kcontrol/windowmanagement')
-rw-r--r-- | doc/kcontrol/windowmanagement/Makefile.am | 2 | ||||
-rw-r--r-- | doc/kcontrol/windowmanagement/index.docbook | 63 |
2 files changed, 65 insertions, 0 deletions
diff --git a/doc/kcontrol/windowmanagement/Makefile.am b/doc/kcontrol/windowmanagement/Makefile.am new file mode 100644 index 000000000..3e5215103 --- /dev/null +++ b/doc/kcontrol/windowmanagement/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = kcontrol/windowmanagement diff --git a/doc/kcontrol/windowmanagement/index.docbook b/doc/kcontrol/windowmanagement/index.docbook new file mode 100644 index 000000000..650b8d2aa --- /dev/null +++ b/doc/kcontrol/windowmanagement/index.docbook @@ -0,0 +1,63 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" +"dtd/kdex.dtd" [ +<!ENTITY % addindex "IGNORE"> +<!ENTITY % English "INCLUDE" > <!-- change language only here --> +]> + +<article lang="&language;"> +<articleinfo> + +<authorgroup> +<author>&Lauri.Watts; &Lauri.Watts.mail;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<date>2005-02-21</date> +<releaseinfo>3.4</releaseinfo> + +<keywordset> +<keyword>KDE</keyword> +<keyword>KControl</keyword> +<keyword>window settings</keyword> +<keyword>window placement</keyword> +<keyword>window size</keyword> +</keywordset> +</articleinfo> +<sect1 id="window-specific"> +<title>Window Specific Settings</title> + +<para>Here you can constomize window settings specifically only for +some windows.</para> + +<note> +<para>Please note that this configuration will not take effect if you +do not use &kwin; as your window manager. If you do use a different +window manager, please refer to its documentation for how to customize +window behavior.</para> +</note> + +<para>Many of the settings you can configure here are those you can +configure on a global basis in the <guilabel>Window Behavior</guilabel> +&kcontrol; module, however some of them are even more detailed.</para> + +<para>They encompass geometry, placement, whether a window should be +kept above or below others, focus stealing prevention, and translucency +settings.</para> + +<para>You can access this module in two ways: from the titlebar of the +application you wish to configure, or from &kcontrol;. If you +start it from within &kcontrol; you can use the +<guibutton>New...</guibutton> to create a window profile, and the +<guibutton>Detect</guibutton> button on the resulting dialog to +partially fill in the required information for the application +you wish to configure.</para> + +<para>You can also at any time <guibutton>Modify...</guibutton> or +<guibutton>Delete</guibutton> any stored settings profile, and +reorder the list. Reordering the list is a convenience to help you sort +the profiles, and has no effect on how they are applied.</para> + +</sect1> + +</article>
\ No newline at end of file |