mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 00:47:22 +00:00
Add a KWin JavaScript effect for compositor-side size and translation transitions, and enable it in convergence mode. Keep the tile preview effect as an outline driver so nested preview does not activate a SceneEffect surface.
20 lines
No EOL
555 B
JSON
20 lines
No EOL
555 B
JSON
{
|
|
"KPackageStructure": "KWin/Effect",
|
|
"KPlugin": {
|
|
"Authors": [
|
|
{
|
|
"Email": "marcoa@example.com",
|
|
"Name": "Marco Allegretti"
|
|
}
|
|
],
|
|
"Category": "Appearance",
|
|
"Description": "Animates SHIFT convergence window layout moves.",
|
|
"EnabledByDefault": false,
|
|
"Id": "shift-tile-animations",
|
|
"License": "EUPL-1.2",
|
|
"Name": "SHIFT Tile Animations",
|
|
"Version": "1.0"
|
|
},
|
|
"X-KDE-Ordering": 62,
|
|
"X-Plasma-API": "javascript"
|
|
} |