diff --git a/envmanager/config.h b/envmanager/config.h index 168cd398..98efd60f 100644 --- a/envmanager/config.h +++ b/envmanager/config.h @@ -33,10 +33,8 @@ 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", - {{"NoPlugin", !convergenceModeEnabled}, - {"ButtonsOnRight", convergenceModeEnabled ? "HIAX" : "H"}}} // ButtonsOnRight changes depending on whether the device is in convergence mode + {{"ButtonsOnRight", convergenceModeEnabled ? "HIAX" : "H"}}} // ButtonsOnRight changes depending on whether the device is in convergence mode }; }