You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Luboš Luňák e102cc772b The headers didn't state the licence. 23 years ago
clients Fixes for mousePosition(). 23 years ago
images
kcmkwin The headers didn't state the licence. 23 years ago
killer Merging back the process killing helper from kwin_iii to HEAD. 23 years ago
lib Fixes for mousePosition(). 23 years ago
oldheaders Merging old headers from kwin_iii back to HEAD. 23 years ago
pics Adjusting datadir for use with unsermake. 23 years ago
tools Merging back tools directory from kwin_iii to HEAD. 23 years ago
wm-spec spelling fixes 23 years ago
COMPLIANCE Merging kwin core from kwin_iii back to HEAD. 23 years ago
KWinInterface.h Merging kwin core from kwin_iii back to HEAD. 23 years ago
LICENSE Merging kwin core from kwin_iii back to HEAD. 23 years ago
Makefile.am As kdelibs/NAMING says, using lib<appname>.la as name for a library is bad. 23 years ago
NEWCOLORSCHEME.README
README Merging kwin core from kwin_iii back to HEAD. 23 years ago
activation.cpp Remove hack for splashscreens and focus stealing. This will have to be 23 years ago
atoms.cpp Merging kwin core from kwin_iii back to HEAD. 23 years ago
atoms.h Merging kwin core from kwin_iii back to HEAD. 23 years ago
bridge.cpp Merging kwin core from kwin_iii back to HEAD. 23 years ago
bridge.h Merging kwin core from kwin_iii back to HEAD. 23 years ago
client.cpp Cleanup of Motif hints. Ignore hints forbidding minimize/maximize. 23 years ago
client.h Cleanup of Motif hints. Ignore hints forbidding minimize/maximize. 23 years ago
cr16-app-kwin.png Switching over to Crystal SVG 24 years ago
cr32-app-kwin.png Switching over to Crystal SVG 24 years ago
cr48-app-kwin.png Switching over to Crystal SVG 24 years ago
events.cpp Cleanup of Motif hints. Ignore hints forbidding minimize/maximize. 23 years ago
eventsrc CVS_SILENT made messages 23 years ago
geometry.cpp Cleanup of Motif hints. Ignore hints forbidding minimize/maximize. 23 years ago
geometrytip.cpp Merging kwin core from kwin_iii back to HEAD. 23 years ago
geometrytip.h Merging kwin core from kwin_iii back to HEAD. 23 years ago
group.cpp Merging kwin core from kwin_iii back to HEAD. 23 years ago
group.h Merging kwin core from kwin_iii back to HEAD. 23 years ago
killwindow.cpp Merging kwin core from kwin_iii back to HEAD. 23 years ago
killwindow.h Merging kwin core from kwin_iii back to HEAD. 23 years ago
kwin.upd WOOPS. I hope no-one updated yet. :) 23 years ago
kwin3_plugin.pl Merging kwin core from kwin_iii back to HEAD. 23 years ago
kwin3_plugin.upd Merging kwin core from kwin_iii back to HEAD. 23 years ago
kwinbindings.cpp Keyboard shortcut for turning off the border. 23 years ago
kwiniconify.upd Merging kwin core from kwin_iii back to HEAD. 23 years ago
kwinsticky.upd Merging kwin core from kwin_iii back to HEAD. 23 years ago
layers.cpp Merging kwin core from kwin_iii back to HEAD. 23 years ago
main.cpp Update version number. 23 years ago
main.h Merging kwin core from kwin_iii back to HEAD. 23 years ago
manage.cpp Cleanup of Motif hints. Ignore hints forbidding minimize/maximize. 23 years ago
notifications.cpp Use non-deprecated KNotifyClient::event(). 23 years ago
notifications.h Merging kwin core from kwin_iii back to HEAD. 23 years ago
options.cpp Merging kwin core from kwin_iii back to HEAD. 23 years ago
options.h Merging kwin core from kwin_iii back to HEAD. 23 years ago
placement.cpp Merging kwin core from kwin_iii back to HEAD. 23 years ago
placement.h Merging kwin core from kwin_iii back to HEAD. 23 years ago
pluginlibFix.pl
plugins.cpp Merging kwin core from kwin_iii back to HEAD. 23 years ago
plugins.h Merging kwin core from kwin_iii back to HEAD. 23 years ago
pop.wav
popupinfo.cpp Merging kwin core from kwin_iii back to HEAD. 23 years ago
popupinfo.h Merging kwin core from kwin_iii back to HEAD. 23 years ago
sm.cpp Save windows state in phase2. The XSMP spec allows apps to change 23 years ago
sm.h Merging kwin core from kwin_iii back to HEAD. 23 years ago
stdclient_bitmaps.h
tabbox.cpp Merging kwin core from kwin_iii back to HEAD. 23 years ago
tabbox.h Merging kwin core from kwin_iii back to HEAD. 23 years ago
useractions.cpp Keyboard shortcut for turning off the border. 23 years ago
utils.cpp Merging kwin core from kwin_iii back to HEAD. 23 years ago
utils.h Merging kwin core from kwin_iii back to HEAD. 23 years ago
workspace.cpp Merging kwin core from kwin_iii back to HEAD. 23 years ago
workspace.h Save windows state in phase2. The XSMP spec allows apps to change 23 years ago

README

This is KWin, kwm next generation.


/*!
Different focus policies:
<ul>

<li>ClickToFocus - Clicking into a window activates it. This is
also the default.

<li>FocusFollowsMouse - Moving the mouse pointer actively onto a
normal window activates it. For convenience, the desktop and
windows on the dock are excluded. They require clicking.

<li>FocusUnderMouse - The window that happens to be under the
mouse pointer becomes active. The invariant is: no window can
have focus that is not under the mouse. This also means that
Alt-Tab won't work properly and popup dialogs are usually
usable with the keyboard. Note that the desktop and windows on
the dock are excluded for convenience. They get focus only when
clicking on it.

<li>FocusStrictlyUnderMouse - this is even worse than
FocusUnderMouse. Only the window under the mouse pointer is
active. If the mouse points nowhere, nothing has the focus. If
the mouse points onto the desktop, the desktop has focus. The
same holds for windows on the dock.

Note that FocusUnderMouse and FocusStrictlyUnderMouse are not
particularly useful. They are only provided for old-fashioned
die-hard UNIX people ;-)

</ul>
*/
FocusPolicy=ClickToFocus | FocusFollowsMouse | FocusUnderMouse | FocusStrictlyUnderMouse


/**
Different Alt-Tab-Styles:
<ul>

<li> KDE - the recommended KDE style. Alt-Tab opens a nice icon
box that makes it easy to select the window you want to tab
to. The order automatically adjusts to the most recently used
windows. Note that KDE style does not work with the
FocusUnderMouse and FocusStrictlyUnderMouse focus
policies. Choose ClickToFocus or FocusFollowsMouse instead.

<li> CDE - the old-fashion CDE style. Alt-Tab cycles between
the windows in static order. The current window gets raised,
the previous window gets lowered.

</ul>
*/
AltTabStyle=KDE | CDE


Have fun,

Matthias Ettrich <ettrich@kde.org>