26 lines
836 B
JSON
26 lines
836 B
JSON
{
|
|
"KPackageStructure": "KWin/Effect",
|
|
"KPlugin": {
|
|
"Name": "Natural Layout (Plasma 5)",
|
|
"Description": "Arrange Overview and Desktop Grid windows based on their original position",
|
|
"Category": "Window Management",
|
|
"Authors": [
|
|
{
|
|
"Email": "someone@kde.org",
|
|
"Name": "Someone"
|
|
}
|
|
],
|
|
"Id": "natural_layout",
|
|
"License": "GPL",
|
|
"EnabledByDefault": true,
|
|
"ServiceTypes": ["KWin/Effect"]
|
|
},
|
|
"X-KDE-ConfigModule": "kcm_kwin4_genericscripted",
|
|
"X-KDE-Ordering": 60,
|
|
"X-KDE-PluginKeyword": "natural_layout",
|
|
"X-KWin-Config-TranslationDomain": "kwin_effects",
|
|
"X-Plasma-API": "javascript",
|
|
"X-Plasma-MainScript": "code/main.js",
|
|
"X-KWin-Exclusive-Category": "windowheap_layout"
|
|
}
|