diff --git a/envmanager/config.h b/envmanager/config.h index 98efd60f..168cd398 100644 --- a/envmanager/config.h +++ b/envmanager/config.h @@ -33,8 +33,10 @@ QMap> getKwinrcSettings(KSharedConfig::Ptr m_mo return { {"Plugins", {{"blurEnabled", false}, {"convergentwindowsEnabled", true}}}, + {"Windows", {{"Placement", convergenceModeEnabled ? "PlacementDefault" : "Maximizing"}}}, {"Wayland", {{"InputMethod", "/usr/share/applications/com.github.maliit.keyboard.desktop"}, {"VirtualKeyboardEnabled", true}}}, {"org.kde.kdecoration2", - {{"ButtonsOnRight", convergenceModeEnabled ? "HIAX" : "H"}}} // ButtonsOnRight changes depending on whether the device is in convergence mode + {{"NoPlugin", !convergenceModeEnabled}, + {"ButtonsOnRight", convergenceModeEnabled ? "HIAX" : "H"}}} // ButtonsOnRight changes depending on whether the device is in convergence mode }; }