fix: add KWin dock force-hide workaround

This commit is contained in:
droid
2026-03-23 17:31:06 +08:00
parent f0ced79af7
commit 58cdc7a04f
7 changed files with 317 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
{
"KPackageStructure": "KWin/Script",
"KPlugin": {
"Id": "manjaro_dock_force_hide",
"Name": "Manjaro Dock Force Hide",
"Description": "Force-hide bottom auto-hide Plasma docks a few seconds after they pop up.",
"Version": "1.0.0",
"License": "MIT"
},
"X-Plasma-API": "javascript",
"X-Plasma-MainScript": "contents/code/main.js"
}