mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 01:07:33 +00:00
kded: Update config for kwin script
This commit is contained in:
parent
673cad30ab
commit
3b0cf51810
1 changed files with 2 additions and 5 deletions
|
|
@ -11,12 +11,9 @@
|
||||||
|
|
||||||
// kwinrc
|
// kwinrc
|
||||||
const QMap<QString, QMap<QString, QVariant>> KWINRC_SETTINGS = {
|
const QMap<QString, QMap<QString, QVariant>> KWINRC_SETTINGS = {
|
||||||
{"Plugins", {{"blurEnabled", false}}},
|
{"Plugins", {{"blurEnabled", false}, {"convergentwindowsEnabled", true}}},
|
||||||
{"Wayland", {{"InputMethod", "/usr/share/applications/com.github.maliit.keyboard.desktop"}, {"VirtualKeyboardEnabled", true}}},
|
{"Wayland", {{"InputMethod", "/usr/share/applications/com.github.maliit.keyboard.desktop"}, {"VirtualKeyboardEnabled", true}}},
|
||||||
{"Windows",
|
{"Windows", {{"Placement", "Maximizing"}}},
|
||||||
{
|
|
||||||
{"Placement", "Maximizing"},
|
|
||||||
}},
|
|
||||||
{"org.kde.kdecoration2", {{"NoPlugin", true}}},
|
{"org.kde.kdecoration2", {{"NoPlugin", true}}},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue