mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
kded: Don't turn off kdecoration
Now that we have the convergentwindows script, the window decorations are managed by them.
This commit is contained in:
parent
70a4c3f920
commit
dd0c95ac3d
2 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ const QMap<QString, QMap<QString, QVariant>> 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue