taskswitcher: Only enable KWin effect in mobile, have it be managed by envmanager

This commit is contained in:
Devin Lin 2024-07-03 11:54:19 -04:00
parent 2f64036a4f
commit a58144fb18
2 changed files with 3 additions and 2 deletions

View file

@ -44,7 +44,8 @@ QMap<QString, QMap<QString, QVariant>> getKwinrcSettings(KSharedConfig::Ptr m_mo
{"Plugins", {"Plugins",
{ {
{"blurEnabled", false}, // disable blur for performance reasons, we could reconsider in the future for more powerful devices {"blurEnabled", false}, // disable blur for performance reasons, we could reconsider in the future for more powerful devices
{"convergentwindowsEnabled", true} // enable our convergent window plugin {"convergentwindowsEnabled", true}, // enable our convergent window plugin
{"mobiletaskswitcherEnabled", true} // ensure the mobile task switcher plugin is enabled
}}, }},
{"Wayland", {"Wayland",
{ {

View file

@ -31,7 +31,7 @@
"Description[x-test]": "xxAllows you to switch between running tasks with a mobile interface.xx", "Description[x-test]": "xxAllows you to switch between running tasks with a mobile interface.xx",
"Description[zh_CN]": "允许您使用移动界面在正在运行的任务之间切换。", "Description[zh_CN]": "允许您使用移动界面在正在运行的任务之间切换。",
"Description[zh_TW]": "讓您用手機介面在執行中的工作項目之間切換。", "Description[zh_TW]": "讓您用手機介面在執行中的工作項目之間切換。",
"EnabledByDefault": true, "EnabledByDefault": false,
"License": "GPL", "License": "GPL",
"Name": "Mobile Task Switcher", "Name": "Mobile Task Switcher",
"Name[ca@valencia]": "Commutador de tasques del mòbil", "Name[ca@valencia]": "Commutador de tasques del mòbil",