From dd0c95ac3d535c09d2fcabc80c0be3eb1811c525 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Mon, 6 Mar 2023 21:28:56 -0800 Subject: [PATCH] kded: Don't turn off kdecoration Now that we have the convergentwindows script, the window decorations are managed by them. --- bin/startplasmamobile.in | 1 - kded/config.h | 1 - 2 files changed, 2 deletions(-) diff --git a/bin/startplasmamobile.in b/bin/startplasmamobile.in index 14b208fc..381c3a93 100755 --- a/bin/startplasmamobile.in +++ b/bin/startplasmamobile.in @@ -9,7 +9,6 @@ export QT_QPA_PLATFORM=wayland export QT_QPA_PLATFORMTHEME=KDE -export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 export EGL_PLATFORM=wayland export QT_QUICK_CONTROLS_STYLE=org.kde.breeze diff --git a/kded/config.h b/kded/config.h index 0a545ee2..acbdba88 100644 --- a/kded/config.h +++ b/kded/config.h @@ -14,7 +14,6 @@ const QMap> KWINRC_SETTINGS = { {"Plugins", {{"blurEnabled", false}, {"convergentwindowsEnabled", true}}}, {"Wayland", {{"InputMethod", "/usr/share/applications/com.github.maliit.keyboard.desktop"}, {"VirtualKeyboardEnabled", true}}}, {"Windows", {{"Placement", "Maximizing"}}}, - {"org.kde.kdecoration2", {{"NoPlugin", true}}}, }; // applications-blacklistrc