Enable screen edge effect in convergence mode

The top-left hot corner triggers KWin Overview but the visual
feedback was unconditionally disabled. Enable the screenedge
effect alongside overview when convergence mode is active so
mouse users get the expected desktop hot-corner behavior.
This commit is contained in:
Marco Allegretti 2026-04-09 10:41:50 +02:00
parent 1200740f6b
commit ba0df4328a

View file

@ -57,8 +57,7 @@ QMap<QString, QMap<QString, QVariant>> getKwinrcSettings(KSharedConfig::Ptr m_mo
{"convergentwindowsEnabled", true}, // enable our convergent window plugin {"convergentwindowsEnabled", true}, // enable our convergent window plugin
{"mobiletaskswitcherEnabled", true}, // ensure the mobile task switcher plugin is enabled {"mobiletaskswitcherEnabled", true}, // ensure the mobile task switcher plugin is enabled
{"overviewEnabled", convergenceModeEnabled}, // enable KWin Overview effect in convergence mode for desktop-style task switching {"overviewEnabled", convergenceModeEnabled}, // enable KWin Overview effect in convergence mode for desktop-style task switching
{"screenedgeEnabled", false} // disable the blue highlighting of screen edge effects. TODO would be nice if we could only deactivate it on {"screenedgeEnabled", convergenceModeEnabled} // enable screen edge visual feedback in convergence mode (mouse hot corners)
// touchscreen gestures and not mouse as well
}}, }},
{"Wayland", {"Wayland",
{ {