kde-workspace/kcontrol/componentchooser/windowmanagers
Ivailo Monev 3e5dfaa22b ksmserver: drop it and move session initialization to plasma-desktop
everything except the actual session management, second time ksmserver
starts crashing as I work on something for no reason and is time for it
to be done anew as there were quite some unsafe bits in it

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-05-07 02:33:19 +03:00
..
CMakeLists.txt ksmserver: drop it and move session initialization to plasma-desktop 2024-05-07 02:33:19 +03:00
compiz.desktop kcontrol: essentially window manager chooser rewrite 2022-12-09 10:21:27 +02:00
marco.desktop kcontrol: essentially window manager chooser rewrite 2022-12-09 10:21:27 +02:00
metacity.desktop kcontrol: essentially window manager chooser rewrite 2022-12-09 10:21:27 +02:00
openbox.desktop kcontrol: set X-KDE-WindowManagerConfigure to obconf for openbox 2022-12-10 10:57:49 +02:00
README ksmserver: drop it and move session initialization to plasma-desktop 2024-05-07 02:33:19 +03:00
xfwm4.desktop kcontrol: set X-KDE-WindowManagerConfigure to xfwm4-settings for xfwm4 2022-12-09 10:51:46 +02:00

The list of window managers that the config module offers for using.
The format is normal .desktop files:

Name - required, name to display in the configuration dialog.

Exec - required, the command to execute to launch the window manager.
    If launching fails for any reason, it must quit with non-zero exit
    value and not do anything else (show an error dialog, try to run
    a fallback, etc.).
    
TryExec - optional.

X-KDE-WindowManagerConfigure - optional, the command to run to configure
    the window manager

X-KDE-WindowManagerConfigureParentArgument - option, if present, this
    argument and the X window id of the configuration dialog will be passed
    to the configuration command (e.g. '--parent 13254543'). The configuration
    tool may specify this window as the parent of its window.