Add configurable Plasma panel scroll and click actions

This commit is contained in:
ajp_anton
2026-09-07 19:47:47 +00:00
parent ed2bb7f92c
commit f5988605c8
29 changed files with 1707 additions and 0 deletions
@@ -0,0 +1,14 @@
{
"KPlugin": {
"Id": "se.ajpanton.panelactions.controller",
"Name": "Panel Actions Controller",
"Description": "Automatic panel scroll and click handling",
"Icon": "preferences-desktop",
"License": "MIT",
"Version": "0.1.0"
},
"NoDisplay": true,
"KPackageStructure": "Plasma/Applet",
"X-Plasma-API-Minimum-Version": "6.0",
"X-Plasma-FormFactors": ["horizontal", "vertical"]
}