mirror of
https://gitlab.com/arnekeller/kwin-toggle-window.git
synced 2024-11-08 17:40:36 +00:00
22 lines
623 B
JSON
22 lines
623 B
JSON
{
|
|
"KPlugin": {
|
|
"Name": "Toggle Window Visibility",
|
|
"Description": "Changes minimization state of one window",
|
|
"Icon": "preferences-system-windows-move",
|
|
|
|
"Authors": [
|
|
{
|
|
"Email": "arne.keller@posteo.de",
|
|
"Name": "Arne Keller"
|
|
}
|
|
],
|
|
"Id": "togglewindow",
|
|
"Version": "0.1.1",
|
|
"License": "GPLv3",
|
|
"Website": "https://www.opencode.net/arnek01/kwin-toggle-window/"
|
|
},
|
|
"X-Plasma-API": "javascript",
|
|
"X-Plasma-MainScript": "code/main.js",
|
|
"KPackageStructure": "KWin/Script"
|
|
}
|