mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Revert "envmanager: Manually specify window placement and decoration settings when not in docked mode"
This reverts commit ff4d501a7b.
This commit is contained in:
parent
580afdfc9c
commit
df80fb65fc
1 changed files with 1 additions and 3 deletions
|
|
@ -33,10 +33,8 @@ QMap<QString, QMap<QString, QVariant>> 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
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue