&Philip.Rodrigues;
Windows, How To Work ThemBasic Window ManagementWindow ManagementEach application running in &kde; has its own window, and some
applications may use more than one window. You can manipulate these
windows in many ways to make your desktop work for you. Here is a
normal window:
A normal windowSwitching Between WindowsFocus (windows)If you want to use a window, it must be active. A window
automatically becomes active when you open it, so that the application
you opened is immediately ready to use. Only one window can be active
at a time. The active window is the one into which you can type, and can
be distinguished from the others because it has a different colored
titlebar. (With the &kde; default theme, the active window has a
light blue titlebar, and the inactive
windows have gray titlebars.)Raising Windows
When you want to work in a different window, you need to make
it active. There are two ways to do this:
&LMB;-click on the window that you want to make active. The
window will become active and will be raised above other windows if it
overlaps them.&Alt;	
Hold down &Alt; and press 	 (do not release the &Alt;
key). A popup dialog appears with a list of available windows, one of
which is highlighted. You can select a different window by pressing
	 again to move through the list, all the time holding down
&Alt;. When you release the &Alt; key, the window which was highlighted
is made active.Moving WindowsMoving WindowsThe first way to organize the windows on your desktop is to move
them around. You can move windows so that they overlap other windows,
or so that you can see the whole window. There are three ways to move
a window:
Click the &LMB; on the window titlebar and hold it down. Move
the mouse cursor and the window moves with it. Release the mouse
button, and the window remains where you left it.Open the window menu using the leftmost button on the window
titlebar (as displayed below), and select Move. The mouse cursor
moves to the center of the current window and by moving the mouse
around, you can move the window. Once you have moved the window to the
position you want, click the &LMB; to release it.Window MenuThe Window MenuThe Window MenuHold down &Alt; and the &LMB; when the mouse cursor is
above the window you want to move. The mouse cursor changes to a
compass, and by moving the mouse, you can move the window. Just
release the mouse button to release the window. This method is
particularly useful if the window titlebar has been moved off the
screen, so you cannot use the other methods.Resizing WindowsResizing WindowsYou can make windows bigger or smaller, wider, or taller in
one of two ways. Just use whichever you are most comfortable with:
Move the mouse cursor over the border of the window (it is light
blue in the screenshot above). The pointer will turn into a
double-headed arrow. Click and drag, and the edge of the window
follows the mouse cursor, making the window bigger or smaller. If you
click on the borders on the top or bottom of the window, you can
adjust the height on its own. If you click on the borders on the left
or right of the window, you can adjust the width. To change both at
the same time, move the mouse cursor over the corner of the
window. When the pointer becomes a diagonal double-headed arrow, click
and drag.Use the leftmost button on the window titlebar to display the
window menu. Choose the Resize entry, and
the mouse pointer will become a double-headed arrow. Move the mouse
cursor around to resize, and click the &LMB; when you are done
to release the window.If you cannot see the window border or the button for the window
menu, you can use &Alt; and the &RMB;: Hold down &Alt; and drag with
the &RMB;. The window will resize. You just release the &RMB; when
you are done. If you just want to make a window as big as possible, so it
takes up the whole screen, use the
MaximizeMaximizing
Windows button, which is the second
button from the right on the window titlebar. Clicking with the &LMB;
on this button will make the window as big as possible in both
directions; while clicking with the &MMB;Maximizing
WindowsVertically or the
&RMB;Maximizing WindowsHorizontally
will increase the window's size in only the vertical or horizontal
direction, respectively.Hiding WindowsHiding WindowsMinimize
When you need to keep a program open, but you do not want it to
take up space on your desktop, you can minimize it or shade it. To
minimize a window, click the Minimize button,
which is third from the right on the window titlebar. The window will
not be displayed, but the program is still running, and an entry for
it appears in the taskbar on the panel. To display the window again,
click on its entry in the taskbar. You can also use &Alt;	&Alt;	: see .Shade
Shading windows is very similar to minimizing them, but this
time, only the titlebar of the window is shown. To shade a window,
double-click on the titlebar. To restore the window, just double-click
on the titlebar again.Cascading WindowsSometimes you might have a whole lot of windows open and all over the place. By selecting to cascade windows &kde; will automatically line them up as a succession from the top-left of your screen. To use this option use your &MMB; on the desktop, and then select Cascade Windows.Uncluttering WindowsBy selecting to unclutter your opened windows &kde; will attempt to use the maximum available space of the desktop in order to display as much of each window as possible. For example, should you have four windows open and you request that they be uncluttered, they will each be placed in a corner of the desktop, regardless of where they were originally. To use this option once again use your &MMB; on the desktop and then select Unclutter Windows.Closing WindowsClosing WindowsWhen you finish using an application, you will want to stop
the application and close its window. Once again, you have the choice
of a few options:
Click on the rightmost button on the window titlebar.
If you are editing a document with that application,
you will be asked whether you want to Save your
changes, Discard them, or
Cancel your command to close the application.Use the FileQuit option on the menubar. You will be presented with the
same choice of Save,
Discard, or
Cancel.Right-click on the respective window in &kicker;, the &kde; panel, and then select Close. You will be prompted with an option to save any documents that were being edited.Press &Alt;F4&Alt;F4
. Once again, the confirmation dialog will be shown if you
were editing any documents.Advanced Window Managementkstart
&Richard.J.Moore;
&Richard.J.Moore.mail;
&kstart;The simplest way to access the advanced window management
facilities in &kde; is to use a little known
utility called &kstart;, which is included in &kde; since version 2.1 &kstart; lets you control the way an application interacts with
the window manager. The command is usually
used to define special behavior for commonly-used applications, but
it can also be useful for integrating non-&kde; applications into your
desktop.Using &kstart; is easy: you simply put
kstart and some options
before a command. To begin, let's look at how we might use
&kstart; to customize the behaviour of a
&kcalc; window. The command we'll use is as follows:
%kstartWith luck, the effect this command has
should be fairly obvious - the kcalc window will stay on top of all
the others and be visible on every virtual desktop. A feature that is
less obvious is that this command will work with any NET compliant
environment, not just &kde;.We can pass arguments to programs we invoke with &kstart; as normal, for
example:
%kstart
1 xmessage'Hello World'This command displays Hello
World with xmessage and
ensures that the window will be shown on the first virtual desktop and
will be omitted from the taskbar. The fact that this program is
written using the Xt toolkit rather than being a native &kde;
application does not cause any problem for
&kstart;, hopefully this illustrates how
&kstart; can be used to integrate foreign
applications into your &kde; desktop.Other Special Window SettingsWhile you can use &kstart; to assign particular window settings, &kde; also allows you to alter these -- as well as other similar settings -- from the program window itself. Simply select the leftmost button in the window titlebar (or just hit &Alt;F3 once the window is focued), and then go to AdvancedSpecial Window Settings.... As you can see, from here you change various things from its geometry upon startup, to whether it should have a border or not.
&Richard.J.Moore;
&Richard.J.Moore.mail;
The System TrayNow that we know how to customize the decoration of a window
let's take a look at another aspect of the desktop: the system
tray. The system tray is an area in which an application can display a
small window. It is used to display status information or provide
quick access to commands. A window that has an item in the system tray
usually disappears from the task manager when minimised with the tray
icon providing a replacement. Normally tray icons are specifically
developed as part of an application, but as with window decorations,
&kde; provides a tool for changing this:
ksystraycmd.To begin with, we'll take the standard application &kcalc; and turn
it into a system tray application. This is acheived with one simple
command:
%ksystraycmd 'kcalc' kcalcThe icon shown in the tray is the one specified in the window
hints and will be updated if the icon changes. The window title is
shown as a tooltip if you hold the mouse over the icon.
ksystraycmd follows standard &kde;
behaviour so the target window can be shown and hidden by clicking the
tray icon, and a standard context menu is available.
&Richard.J.Moore;
&Richard.J.Moore.mail;
More Complex Uses of
ksystraycmdTo illustrate the other features of
ksystraycmd, we'll use a more complicated example: a &konsole; window tracking the
.xsession-errors file (this is the log file that records what's
happening on your desktop). To begin with, we'll simply look at how
we can view this:
%konsole
log 'X Log' \
\
tail -f ~/.xsession-errorsThe and
arguments are provided as standard by &kde; applications. You can get
a full list of these global options by running an application with the
and
parameters. Here we give our &konsole; window the title 'X Log' and
the icon log. You can use these options with any &kde; application and
as mentioned above, ksystraycmd takes account of these when creating
the tray icon. The argument is specific to &konsole; and tells it
to run the less command. Despite its complexity, we can easily move
this window into the tray with ksystraycmd:
%ksystraycmd
'X Log' \
konsole --icon log --caption 'XLog' \
--nomenubar --notabbar --noframe \
-e tail -f .xsession-errorsIn addition to being the
most complex command we've used, this example demonstrates the
option which starts the command with only the system tray
icon visible. This example achieves our aim of providing quick access
to the log file, but we can do things a little more efficiently if we
only run the konsole process when it is visible. The command we use
is
%ksystraycmd \
-- log 'X Log' \
konsole --icon log --caption 'X Log' \
--nomenubar --notabbar --noframe \
-e tail -f ~/.xsession-errorsThe addition of the parameter tells
ksystraycmd to start with only the tray
icon visible (like the parameter), and to wait until the user
activates the tray icon before running the target command. We've also
used the parameter which tells ksystraycmd to terminate
the target app whenever its window is hidden. Using both these
parameters ensures that our &konsole; tray icon doesn't waste resources
when we aren't using it. Creating and destroying the target window as
we do here prevents the standard icon and title handling of
ksystraycmd from working, so we now need to
specify the initial icon and tooltip explicitly
too.
&Richard.J.Moore;
&Richard.J.Moore.mail;
Improving ReliabilityIn all of our previous examples we've relied on
&kstart; and
ksystraycmd to figure out which window we
want to affect, and unless we say otherwise, they assume that the first
window to appear is the one we want. This policy is usually OK because
we are starting the application at the same time, but it can fail
badly when lots of windows are appearing (such as when you log on). To
make our commands more robust we can use the
parameter. This specifies the title
of the target window. The following example uses the parameter
to ensure that a particular konsole window is affected:
%kstart 'kstart_me' konsole
--caption 'kstart_me' -e tail -f
~/.xsession-errorsHere we've used the tried and tested technique of specifying a
title for both &kstart; and the target application. This is generally
the best way to use &kstart; and ksystraycmd. The argument is
supported by both &kstart; and and can be regular expression
(⪚ window[0-9]) as well as a particular title. (Regular
expressions are a powerful pattern matching tool you'll find used
throughout &kde;.) Using Multiple DesktopsVirtual DesktopsMultiple DesktopsSometimes, one screen's worth is just not enough space. If you
use many applications at the same time, and find yourself drowning in
different windows, virtual desktops offer the solution. By default,
&kde; has four virtual desktops, each one of which is like a separate
screen: you can open windows, move windows around, and set backgrounds and
icons on each of the desktops. If you are familiar with the concept of
virtual terminals, you will have no trouble with &kde;'s virtual
desktops.Switching Virtual DesktopsTo move to a different virtual desktop, you can use &Ctrl;	
in the same way as you would use &Alt;	
to switch between windows (see ): Hold down &Ctrl; and then press
	. A small popup window appears, showing the virtual desktops,
with one highlighted. If you release &Ctrl;, &kde; will switch to the
highlighted virtual desktop. To select a different desktop, press
	 repeatedly, while holding down &Ctrl;. The selection moves
through the available desktops. When the desktop you want to switch to
is highlighted, release &Ctrl;.Windows and Virtual DesktopsYou can move windows around your virtual desktops with the
To Desktop item in the window menu: just
select the desktop to which you want to move the window. You can make the
window appear on all desktops with the All
DesktopsSticky
Windows item.