mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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
|
||||
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}}},
|
||||
{"Windows",
|
||||
{
|
||||
{"Placement", "Maximizing"},
|
||||
}},
|
||||
{"Windows", {{"Placement", "Maximizing"}}},
|
||||
{"org.kde.kdecoration2", {{"NoPlugin", true}}},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue