mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
taskswitcher: Only enable KWin effect in mobile, have it be managed by envmanager
This commit is contained in:
parent
2f64036a4f
commit
a58144fb18
2 changed files with 3 additions and 2 deletions
|
|
@ -44,7 +44,8 @@ QMap<QString, QMap<QString, QVariant>> getKwinrcSettings(KSharedConfig::Ptr m_mo
|
|||
{"Plugins",
|
||||
{
|
||||
{"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",
|
||||
{
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"Description[x-test]": "xxAllows you to switch between running tasks with a mobile interface.xx",
|
||||
"Description[zh_CN]": "允许您使用移动界面在正在运行的任务之间切换。",
|
||||
"Description[zh_TW]": "讓您用手機介面在執行中的工作項目之間切換。",
|
||||
"EnabledByDefault": true,
|
||||
"EnabledByDefault": false,
|
||||
"License": "GPL",
|
||||
"Name": "Mobile Task Switcher",
|
||||
"Name[ca@valencia]": "Commutador de tasques del mòbil",
|
||||
|
|
|
|||
Loading…
Reference in a new issue