shift-shell/shell/contents/configuration
Marco Allegretti 753909a6ce Move shell and KWin surfaces to shared motion
Apply Motion tokens to startup, applet configuration, lockscreen controls, logout and splash transitions, KWin effects, and the mobile task switcher. Preserve timing-specific behavior where it drives runtime state.
2026-05-21 11:14:42 +02:00
..
private Remove kirigami version in imports 2026-03-06 22:08:07 -05:00
AppletConfiguration.qml Move shell and KWin surfaces to shared motion 2026-05-21 11:14:42 +02:00
ContainmentConfiguration.qml Remove kirigami version in imports 2026-03-06 22:08:07 -05:00
README.md shell: Rework configuration implementation 2025-10-05 09:47:35 -04:00

This folder contains source files for implementing the configuration window for applets/containments (including homescreens).

libplasma loads either AppletConfiguration.qml or ContainmentConfiguration.qml (depending on if its an applet or containment) from this folder when requested by the shell, which in turn initializes the config window.