KWin 5 with ICC color correction effect
 
 
 
 
 
 
Go to file
Vlad Zahorodnii 543145e76f autotests: Port common screen check preamble to AbstractOutput 2021-08-31 08:16:27 +00:00
LICENSES Switch to SPDX license markers 2020-08-07 19:57:56 +00:00
autotests autotests: Port common screen check preamble to AbstractOutput 2021-08-31 08:16:27 +00:00
cmake/modules Refactor session code 2021-03-23 08:01:19 +00:00
data Remove Xrender backend 2021-06-09 11:21:57 +03:00
doc [rules] Allow setting WindowType to KDE specific window type OSD 2021-07-07 10:32:29 +00:00
kconf_update kconf_update: Install the scripts that remove deprecated effects 2021-08-14 13:14:40 +02:00
src Port the remaining usages of Screens::geometry(i) in Workspace to AbstractOutput 2021-08-31 09:45:20 +03:00
tests Run clazy with qt-keywords fixit 2021-06-08 10:49:42 +03:00
.gitignore GIT_SILENT Add auto generated files to .gitignore 2021-05-03 14:58:25 +02:00
CMakeLists.txt guard gbm version for gbm_bo_get_fd_for_plane 2021-08-25 14:39:35 +00:00
HACKING.md Introduce coding-conventions.md 2020-02-03 12:45:47 +02:00
KWinDBusInterfaceConfig.cmake.in inputmethod: Provide DBus API so the shell can integrate with it 2021-03-02 13:55:35 +00:00
Mainpage.dox Apidocs mainpage work. Just got Plasma and Solid to do here. 2007-07-24 18:30:36 +00:00
README.md Update IRC network name in the README 2021-06-17 10:07:23 +03:00
TESTING.md Fix typo in TESTING.md 2021-05-24 16:22:25 -03:00
logo.png GIT_SILENT: add KWin icon as repository logo 2020-05-20 12:47:52 +00:00
plasma-kwin_wayland.service.in Update systemd units 2020-09-29 06:10:20 +00:00
plasma-kwin_x11.service.in Update systemd units 2020-09-29 06:10:20 +00:00

README.md

KWin

KWin is an easy to use, but flexible, composited Window Manager for Xorg windowing systems (Wayland, X11) on Linux. Its primary usage is in conjunction with a Desktop Shell (e.g. KDE Plasma Desktop). KWin is designed to go out of the way; users should not notice that they use a window manager at all. Nevertheless KWin provides a steep learning curve for advanced features, which are available, if they do not conflict with the primary mission. KWin does not have a dedicated targeted user group, but follows the targeted user group of the Desktop Shell using KWin as it's window manager.

KWin is not...

  • a standalone window manager (c.f. openbox, i3) and does not provide any functionality belonging to a Desktop Shell.
  • a replacement for window managers designed for use with a specific Desktop Shell (e.g. GNOME Shell)
  • a minimalistic window manager
  • designed for use without compositing or for X11 network transparency, though both are possible.

Contacting KWin development team

  • mailing list: kwin@kde.org
  • IRC: #kde-kwin on irc.libera.chat

Support

Application Developer

If you are an application developer having questions regarding windowing systems (either X11 or Wayland) please do not hesitate to contact us. Preferable through our mailing list. Ideally subscribe to the mailing list, so that your mail doesn't get stuck in the moderation queue.

End user

Please contact the support channels of your Linux distribution for user support. The KWin development team does not provide end user support.

Reporting bugs

Please use KDE's bugtracker and report for product KWin.

Developing on KWin

Please refer to hacking documentation for how to build and start KWin. Further information about KWin's test suite can be found in TESTING.md.

Guidelines for new features

A new Feature can only be added to KWin if:

  • it does not violate the primary missions as stated at the start of this document
  • it does not introduce instabilities
  • it is maintained, that is bugs are fixed in a timely manner (second next minor release) if it is not a corner case.
  • it works together with all existing features
  • it supports both single and multi screen (xrandr)
  • it adds a significant advantage
  • it is feature complete, that is supports at least all useful features from competitive implementations
  • it is not a special case for a small user group
  • it does not increase code complexity significantly
  • it does not affect KWin's license (GPLv2+)

All new added features are under probation, that is if any of the non-functional requirements as listed above do not hold true in the next two feature releases, the added feature will be removed again.

The same non functional requirements hold true for any kind of plugins (effects, scripts, etc.). It is suggested to use scripted plugins and distribute them separately.