When a window that is on a different virtual desktop than the current one gets activated, the current behavior is that the active virtual desktop will be switched to the one the activated window is on. This may seem reasonable for a scenario where the user explicitly intends to activate an existing window on a different desktop. However, the following scenario is also (perhaps even more?) common: When an application responds to a launch command by requesting to activate an existing instance instead of opening a new one (such as Firefox or KDE System Settings), an existing window on any desktop will get activated even when what the user had in mind was opening a new window (on the desktop they are currently in). This means that opening an application, such as following a URL or accessing a system setting, unexpectedly results in the user being teleported to a different virtual desktop. This can be very irritating. The more expected behavior for these users would be to have windows always open on the desktop where they are called from. That's is what this commit adds as a new option. BUG: 438375 FIXED-IN: 5.26
721 lines
21 KiB
XML
721 lines
21 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
|
|
"dtd/kdedbx45.dtd" [
|
|
<!ENTITY % addindex "IGNORE">
|
|
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
|
|
]>
|
|
|
|
<!--copy from r308626 Tue May 4 17:11:51 2004 UTC -->
|
|
|
|
<article id="windowbehaviour" lang="&language;">
|
|
<articleinfo>
|
|
<title>Window Behavior</title>
|
|
<authorgroup>
|
|
<author>&Mike.McBride; &Mike.McBride.mail;</author>
|
|
<author>&Jost.Schenck; &Jost.Schenck.mail;</author>
|
|
<!-- TRANS:ROLES_OF_TRANSLATORS -->
|
|
</authorgroup>
|
|
|
|
<date>2022-08-31</date>
|
|
<releaseinfo>Plasma 5.26</releaseinfo>
|
|
|
|
<keywordset>
|
|
<keyword>KDE</keyword>
|
|
<keyword>KControl</keyword>
|
|
<keyword>system settings</keyword>
|
|
<keyword>actions</keyword>
|
|
<keyword>window placement</keyword>
|
|
<keyword>window size</keyword>
|
|
</keywordset>
|
|
</articleinfo>
|
|
<sect1 id="window-behavior">
|
|
<title>Window Behavior</title>
|
|
|
|
<para> In the upper part of this control module you can see several
|
|
tabs: <guilabel>Focus</guilabel>, <guilabel>Titlebar Actions</guilabel>,
|
|
<guilabel>Window Actions</guilabel>, <guilabel>Movement</guilabel> and
|
|
<guilabel>Advanced</guilabel>. In the
|
|
<guilabel>Focus</guilabel> panel you can configure how windows gain or
|
|
lose focus, &ie; become active or inactive. Using
|
|
<guilabel>Titlebar Actions</guilabel> and <guilabel>Window Actions</guilabel>
|
|
you can configure how titlebars and windows react to
|
|
mouse clicks. <guilabel>Movement</guilabel> allows you to configure how
|
|
windows move and place themselves when started. The
|
|
<guilabel>Advanced</guilabel> options cover some specialized options
|
|
like <quote>window shading</quote>.
|
|
</para>
|
|
|
|
<note>
|
|
<para>
|
|
Please note that the configuration in this module will not take effect
|
|
if you do not use &plasma;'s native window manager, &kwin;. If you do use a
|
|
different window manager, please refer to its documentation for how to
|
|
customize window behavior.
|
|
</para>
|
|
</note>
|
|
|
|
<sect2 id="action-focus">
|
|
<title>Focus</title>
|
|
|
|
<para>
|
|
The <quote>focus</quote> of the desktop refers to the window which the
|
|
user is currently working on. The window with focus is often referred to
|
|
as the <quote>active window</quote>.
|
|
</para>
|
|
|
|
<para>Focus does not necessarily mean the window is the one at the
|
|
front — this is referred to as <quote>raised</quote>, and
|
|
although this is configured here as well, focus and raising of windows
|
|
are configured independently.</para>
|
|
|
|
<sect3 id="action-focus-focuspolicy">
|
|
<title>Windows activation policy</title>
|
|
|
|
<para>
|
|
There are six methods &kwin; can use to determine the current focus:
|
|
</para>
|
|
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><guilabel>Click to focus</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
A window becomes active when you click into it.
|
|
This behaviour is common on other operating systems and likely what you want.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Click to focus (mouse precedence)</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
This is mostly the same as <guilabel>Click to focus</guilabel>.
|
|
If an active window has to be chosen by the system
|
|
(⪚ because the currently active one was closed)
|
|
the window under the mouse is the preferred candidate.
|
|
Unusual, but possible variant of <guilabel>Click to focus</guilabel>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Focus follows mouse</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
Moving the mouse pointer actively over a normal window activates it. New
|
|
windows such as the mini command line invoked with
|
|
<keycombo action="simul">&Alt;<keycap>F2</keycap></keycombo> will receive the focus,
|
|
without you having to point the mouse at them explicitly.
|
|
⪚ windows randomly appearing under the mouse will not gain the focus.
|
|
Focus stealing prevention takes place as usual.
|
|
Think as <guilabel>Click to focus</guilabel> just without having to actually click.
|
|
</para>
|
|
|
|
<para>
|
|
In other window managers, this is sometimes known as <quote>Sloppy focus
|
|
follows mouse</quote>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Focus follows mouse (mouse precedence)</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
This is mostly the same as <guilabel>Focus follows mouse</guilabel>.
|
|
If an active window has to be chosen by the system
|
|
(⪚ because the currently active one was closed)
|
|
the window under the mouse is the preferred candidate.
|
|
Choose this, if you want a hover controlled focus.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Focus under mouse</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
The window that happens to be under the mouse pointer becomes active. If
|
|
the mouse is not over a window (for instance, it's on the desktop) the last
|
|
window that was under the mouse has focus. New windows such as the mini
|
|
command line invoked with <keycombo action="simul">&Alt;<keycap>F2</keycap></keycombo> will
|
|
not receive the focus, you must move the mouse over them to type.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Focus strictly under mouse</guilabel></term>
|
|
<listitem>
|
|
<para>Similar to <guilabel>Focus under mouse</guilabel>, but even more
|
|
strict with its interpretation. Only the window under the mouse pointer is
|
|
active. If the mouse pointer is not over a window, no window has focus.
|
|
New windows such as the mini command line invoked with
|
|
<keycombo action="simul">&Alt;<keycap>F2</keycap></keycombo> will not receive the focus,
|
|
you must move the mouse over them to type.
|
|
</para>
|
|
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
<note><para>Note that <guilabel>Focus under mouse</guilabel> and
|
|
<guilabel>Focus strictly under mouse</guilabel> prevent certain
|
|
features, such as <guilabel>Focus stealing prevention</guilabel> and the
|
|
<keycombo action="simul">&Alt;	</keycombo>
|
|
walk-through-windows dialog, from working properly.</para>
|
|
</note>
|
|
|
|
</sect3>
|
|
|
|
<sect3 id="action-focus-focusstealin">
|
|
<title>Focus stealing prevention</title>
|
|
|
|
<para>This option specifies how much KWin will try to prevent unwanted focus
|
|
stealing caused by unexpected activation of new windows.</para>
|
|
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><guilabel>None</guilabel></term>
|
|
<listitem><para>Prevention is turned off and new windows always become activated.</para></listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><guilabel>Low</guilabel></term>
|
|
<listitem><para>Prevention is enabled; when some window does not have support
|
|
for the underlying mechanism and KWin cannot reliably decide whether to activate
|
|
the window or not, it will be activated. This setting may have both worse and better
|
|
results than the medium level, depending on the applications.</para></listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><guilabel>Medium</guilabel></term>
|
|
<listitem><para>Prevention is enabled.</para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>High</guilabel></term>
|
|
<listitem><para>New windows get activated only
|
|
if no window is currently active or if they belong to the currently active
|
|
application. This setting is probably not really usable when not using mouse
|
|
focus policy.</para></listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><guilabel>Extreme</guilabel></term>
|
|
<listitem><para>All windows must be explicitly activated by the user.</para></listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
<para>Windows that are prevented from stealing focus are marked as demanding
|
|
attention, which by default means their taskbar entry will be highlighted.
|
|
This can be changed in the Notifications control module.</para>
|
|
</sect3>
|
|
|
|
<sect3 id="action-focus-raisingwindow">
|
|
<title>Raising window</title>
|
|
<para>
|
|
Once you have determined the focus policy, there are the window
|
|
raising options.
|
|
</para>
|
|
|
|
<para>With a click to focus policy by default <guilabel>Click raises active window</guilabel>
|
|
is enabled and raise on hover is not available.
|
|
</para>
|
|
|
|
<para>With a hover to focus policy you can alternatively use auto raise.
|
|
By placing a mark in front of <guilabel>Raise on hover, delayed by</guilabel>, &kwin; can
|
|
bring a window to the front if the mouse is over that window for a
|
|
specified period of time. You can determine the delay for this option by using the spin box control.
|
|
</para>
|
|
|
|
<tip>
|
|
<para>
|
|
Setting the delay too short will cause a rapid fire changing of
|
|
windows, which can be quite distracting. Most people will like a delay
|
|
of 100-300 ms. This is responsive, but it will let you slide over the
|
|
corners of a window on your way to your destination without bringing
|
|
that window to the front.
|
|
</para>
|
|
</tip>
|
|
|
|
<para>
|
|
If you do not use auto raise, make sure the
|
|
<guilabel>Click raises active window</guilabel> option has a mark in front of it. You
|
|
will not be happy with both auto raise and
|
|
<guilabel>Click raise active window</guilabel> disabled, the net effect is that
|
|
windows are not raised at all.
|
|
</para>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2 id="titlebar-actions">
|
|
<title>Titlebar Actions</title>
|
|
|
|
<para>
|
|
In this panel you can configure what happens to windows when a mousebutton is
|
|
clicked on their titlebars.
|
|
</para>
|
|
|
|
<sect3 id="action-actions-sec1">
|
|
<title>Double-click</title>
|
|
|
|
<para>
|
|
In this drop down box you can select either
|
|
<guilabel>Shade</guilabel>, several variations of
|
|
<guilabel>Maximize</guilabel> or <guilabel>Lower</guilabel>,
|
|
<guilabel>Close</guilabel> and <guilabel>On All Desktops</guilabel>.
|
|
</para>
|
|
|
|
<para>
|
|
Selecting <guilabel>Maximize</guilabel> causes &kwin; to maximize the
|
|
window whenever you doubleclick on the titlebar. You can further
|
|
choose to maximize windows only horizontally or only
|
|
vertically.</para>
|
|
|
|
<para><guilabel>Shade</guilabel>, on the other hand, causes the window to be
|
|
reduced to simply the titlebar. Double clicking on the titlebar again,
|
|
restores the window to its normal size.
|
|
</para>
|
|
|
|
<para>Similar options are available for <guilabel>Mouse wheel</guilabel>.
|
|
</para>
|
|
<!--FIXME Raise/Lower Shade/Unshade Maximize/Restore Keep Above/Below Move to Previous/Next Desktop Change Opacity -->
|
|
|
|
<tip>
|
|
<para>
|
|
You can have windows automatically unshade when you simply place the
|
|
mouse over their shaded titlebar. Just check the <guilabel>Window
|
|
unshading</guilabel> check box in the <guilabel>Advanced</guilabel> tab of
|
|
this module. This is a great way to reclaim desktop space when you are
|
|
cutting and pasting between a lot of windows, for example.
|
|
</para>
|
|
</tip>
|
|
|
|
</sect3>
|
|
|
|
<sect3 id="action-actions-sec2">
|
|
<title><guilabel>Titlebar and Frame Actions</guilabel></title>
|
|
|
|
<para>
|
|
This section allows you to determine what happens when you single click
|
|
on the titlebar or frame of a window. Notice that you can have
|
|
different actions associated with the same click depending on whether
|
|
the window is active or not.
|
|
</para>
|
|
|
|
<para> For each combination of mousebuttons, Active and
|
|
Inactive, you can select the most appropriate choice. The actions are
|
|
as follows: </para>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Raise</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
Will bring the window to the top of the display. All other windows
|
|
which overlap with this one, will be hidden <quote>below</quote> it.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Lower</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
Will move this window to the bottom of the display. This will get the
|
|
window out of the way.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Toggle raise and lower</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
This will raise windows which are not on top, and lower windows which
|
|
are already on top.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<!--FIXME missing:
|
|
Minimize, Shade, Close
|
|
-->
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Do nothing</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
Just like it says. Nothing happens.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Show actions menu</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
Will bring up a small submenu, where you can choose window related
|
|
commands (&ie; Maximize, Minimize, Close, &etc;).
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
</sect3>
|
|
|
|
<sect3 id="action-actions-maximize-button">
|
|
<title><guilabel>Maximize Button Actions</guilabel></title>
|
|
<para>
|
|
This section allows you to determine the behavior of the three mouse buttons
|
|
onto the maximize button. You have the choice between vertical only, horizontal
|
|
only or both directions.
|
|
</para>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2 id="window-actions">
|
|
<title>Window Actions</title>
|
|
|
|
<sect3 id="action-actions-sec3">
|
|
<title><guilabel>Inactive Inner Window</guilabel></title>
|
|
|
|
<para>
|
|
This part of the module, allows you to configure what happens when you
|
|
click on an inactive window, with any of the three mouse buttons or use
|
|
the mouse wheel.
|
|
</para>
|
|
|
|
<para>
|
|
Your choices are as follows:
|
|
</para>
|
|
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><guilabel>Activate, raise and pass click</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
This makes the clicked window active, raises it to the top of the
|
|
display, and passes a mouse click to the application within the window.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Activate and pass click</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
This makes the clicked window active and passes a mouse click to the
|
|
application within the window.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Activate</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
This simply makes the clicked window active. The mouse click is not
|
|
passed on to the application within the window.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Activate and raise</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
This makes the clicked window active and raises the window to the top of
|
|
the display. The mouse click is not passed on to the application within
|
|
the window.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
<para>
|
|
Your choices for <guilabel>Mouse wheel</guilabel> are as follows:
|
|
</para>
|
|
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><guilabel>Scroll</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
Just scrolls the content within the window.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Activate and scroll</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
This makes the clicked window active and scrolls the content.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Activate, raise and scroll</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
This makes the clicked window active, raises the window to the top of
|
|
the display, and scrolls the content.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</sect3>
|
|
|
|
<sect3 id="action-actions-sec4">
|
|
<title><guilabel>Inner Window, Titlebar and Frame</guilabel></title>
|
|
|
|
<para>
|
|
This bottom section, allows you to configure additional actions, when
|
|
a modifier key (by default &Meta;) is pressed, and a mouse click is
|
|
made on a window.</para>
|
|
|
|
<para>
|
|
Once again, you can select different actions for
|
|
<mousebutton>Left</mousebutton>, <mousebutton>Middle</mousebutton> and
|
|
<mousebutton>Right</mousebutton> button clicks and the <guilabel>Mouse
|
|
wheel</guilabel>.
|
|
</para>
|
|
|
|
<para>Your choices are:</para>
|
|
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><guilabel>Move</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
Allows you to drag the selected window around the desktop.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Lower</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
Will move this window to the bottom of the display. This will get the
|
|
window out of the way.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Nothing</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
Just like it says. Nothing happens.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Raise</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
Will bring the window to the top of the display. All other windows
|
|
which overlap with this one, will be hidden <quote>below</quote> it.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Resize</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
Allows you to change the size of the selected window.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Toggle raise and lower</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
This will raise windows which are not on top, and lower windows which
|
|
are already on top.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><guilabel>Activate</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
Make this window active.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
<!-- FIXME missing:
|
|
Activate, Raise & Move
|
|
Minimize
|
|
Increase Opacity + Decrease Opacity
|
|
-->
|
|
<!--FIXME
|
|
Mouse Wheel has different choices:
|
|
Raise/Lower, Shade/Unshade, Maximize/Restore, Keep Above/Below,
|
|
Move to Previous/Next Desktop, Change Opacity
|
|
Nothing
|
|
-->
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2 id="action-moving">
|
|
<title>Movement</title>
|
|
|
|
<para>
|
|
The options here determine how windows appear on screen when you
|
|
are moving them.</para>
|
|
|
|
<sect3>
|
|
<title><guilabel>Window geometry</guilabel></title>
|
|
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><guilabel>Display when moving or resizing</guilabel></term>
|
|
<listitem>
|
|
<para>Enable this option if you want a window's geometry to be displayed
|
|
while it is being moved or resized. The window position relative to the top-left
|
|
corner of the screen is displayed together with its size.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect3>
|
|
|
|
<sect3>
|
|
<title><guilabel>Snap Zones</guilabel></title>
|
|
|
|
<para>The rest of this page allows you to configure the <guilabel>Snap
|
|
Zones</guilabel>. These are like a magnetic field along the side of
|
|
the desktop and each window, which will make windows snap alongside
|
|
when moved near.</para>
|
|
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><guilabel>Screen edge snap zone:</guilabel></term>
|
|
<listitem>
|
|
|
|
<para>Here you can set the snap zone for screen borders. Moving a
|
|
window within the configured distance will make it snap to the edge of
|
|
the desktop.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Window snap zone:</guilabel></term>
|
|
<listitem>
|
|
|
|
<para>Here you can set the snap zone for windows. As with screen
|
|
borders, moving a window near to another will make it snap to the edge
|
|
as if the windows were magnetized.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Center snap zone:</guilabel></term>
|
|
<listitem>
|
|
|
|
<para>Here you can set the snap zone for the screen center, &ie; the
|
|
<quote>strength</quote> of the magnetic field which will make windows snap
|
|
to the center of the screen when moved near it.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Snap windows: Only when overlapping</guilabel></term>
|
|
<listitem>
|
|
|
|
<para>If checked, windows will not snap together if they are only near
|
|
each other, they must be overlapping, by the configured amount or
|
|
less.</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2 id="action-advanced">
|
|
<title>Advanced</title>
|
|
|
|
<para>
|
|
In the <guilabel>Advanced</guilabel> panel you can do more advanced fine
|
|
tuning to the window behavior.
|
|
</para>
|
|
|
|
<variablelist>
|
|
<title>Window unshading</title>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>On titlebar hover after</guilabel></term>
|
|
<listitem>
|
|
<para>
|
|
If this option is enabled, a shaded window will un-shade automatically
|
|
when the mouse pointer has been over the titlebar for some time. Use
|
|
the spinbox to configure the delay un-shading.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
<term><guilabel>Window placement</guilabel></term>
|
|
<listitem><para>The placement policy determines where a new window will appear
|
|
on the desktop. <guilabel>Minimal Overlapping</guilabel> will try to achieve a minimum
|
|
overlap of windows, <guilabel>Cascaded</guilabel> will cascade the
|
|
windows, and <guilabel>Random</guilabel> will use a random
|
|
position. <guilabel>Centered</guilabel> will open all new windows in
|
|
the center of the screen, and <guilabel>In Top-Left Corner</guilabel> will
|
|
open all windows with their top left corner in the top left corner of
|
|
the screen. Check the <guilabel>Allow KDE apps to remember the positions of
|
|
their own windows</guilabel> item to keep the data on the &plasma; windows
|
|
positions.</para></listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
<variablelist>
|
|
<title>Special Window</title>
|
|
<varlistentry>
|
|
<term><guilabel>Hide utility windows for inactive applications</guilabel></term>
|
|
<listitem><para>When turned on, utility windows (tool windows, torn-off menus,...) of
|
|
inactive applications will be hidden and will be shown only when the
|
|
application becomes active. Note that applications have to mark the windows
|
|
with the proper window type for this feature to work.</para></listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
<sect3 id="action-virtual-desktop-behavior">
|
|
<title>Virtual Desktop behavior</title>
|
|
<para>Sometimes calling an application will activate an existing window rather than opening a new window. This setting controls what should happen if that activated window is located on a Virtual Desktop other than the current one.</para>
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><guilabel>Switch to that Virtual Desktop</guilabel></term>
|
|
<listitem><para>Will switch to the Virtual Desktop where the window is currently located. Choose this option if you would like the active desktop to automatically follow windows to their assigned desktop.</para></listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><guilabel>Bring window to current Virtual Desktop</guilabel></term>
|
|
<listitem><para>Will cause the window to jump to the active Virtual Desktop. Choose this option if you would like windows to always open on the current Virtual Desktop, and the active Virtual Desktop to only switch when navigating there manually.</para></listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|
|
</article>
|