You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vlad Zahorodnii 6a26540065 wayland: Query pkg-config if Xwayland supports listenfd
-listen <fd> option is deprecated in favor of the -listenfd option. This
change makes kwin query whether Xwayland supports the -listenfd option
at build time. If the pkg-config file is missing, we'll use the old listen
option.
4 years ago
LICENSES Switch to SPDX license markers 4 years ago
autotests Revert "cmake: Get XKB information directly from PkgConfig" 4 years ago
cmake/modules wayland: Query pkg-config if Xwayland supports listenfd 4 years ago
data GIT_SILENT: don't use deprecated cmake variable 4 years ago
doc GIT_SILENT: dont use deprecated cmake variable 4 years ago
kconf_update Fix a typo 4 years ago
src wayland: Query pkg-config if Xwayland supports listenfd 4 years ago
tests Move source code to src/ directory 4 years ago
.gitignore Add .gitignore file to ignore generated .clang-format 4 years ago
CMakeLists.txt wayland: Query pkg-config if Xwayland supports listenfd 4 years ago
HACKING.md Introduce coding-conventions.md 5 years ago
KWinDBusInterfaceConfig.cmake.in Add path to kwin_wayland binary to KWin's installed CMakeConfig 9 years ago
Mainpage.dox Apidocs mainpage work. Just got Plasma and Solid to do here. 17 years ago
README.md Capstone commit to prevent force push reversed commits returning accidentally. 4 years ago
TESTING.md [platform/virtual] Drop support for vgem and rendernode 6 years ago
logo.png GIT_SILENT: add KWin icon as repository logo 4 years ago
plasma-kwin_wayland.service.in Update systemd units 4 years ago
plasma-kwin_x11.service.in Update systemd units 4 years ago

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

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.