mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
20 lines
647 B
JSON
20 lines
647 B
JSON
{
|
|
"KPackageStructure": "KWin/Script",
|
|
"KPlugin": {
|
|
"Authors": [
|
|
{
|
|
"Email": "plata.hill@kdemail.net",
|
|
"Name": "Plata Hill"
|
|
}
|
|
],
|
|
"Description": "Removes window decorations and maximizes windows on the first screen only.",
|
|
"Icon": "preferences-system-windows",
|
|
"Id": "convergentwindows",
|
|
"Licsense": "LGPL-2.1-or-later",
|
|
"Name": "Convergent Windows",
|
|
"Version": "1.0",
|
|
"Website": "https://invent.kde.org/plata/convergentwindows"
|
|
},
|
|
"X-Plasma-API": "javascript",
|
|
"X-Plasma-MainScript": "code/main.js"
|
|
}
|