mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
25 lines
672 B
JSON
25 lines
672 B
JSON
|
|
{
|
||
|
|
"KPlugin": {
|
||
|
|
"Name": "Convergent Windows",
|
||
|
|
"Description": "Removes window decorations and maximizes windows on the first screen only.",
|
||
|
|
"Icon": "preferences-system-windows",
|
||
|
|
|
||
|
|
"Authors": [
|
||
|
|
{
|
||
|
|
"Email": "plata.hill@kdemail.net",
|
||
|
|
"Name": "Plata Hill"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"Id": "convergentwindows",
|
||
|
|
"ServiceTypes": [
|
||
|
|
"KWin/Script"
|
||
|
|
],
|
||
|
|
"Version": "1.0",
|
||
|
|
"Licsense": "LGPL-2.1-or-later",
|
||
|
|
"Website": "https://invent.kde.org/plata/convergentwindows"
|
||
|
|
},
|
||
|
|
"X-Plasma-API": "javascript",
|
||
|
|
"X-Plasma-MainScript": "code/main.js"
|
||
|
|
}
|
||
|
|
|