mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
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:
parent
1200740f6b
commit
ba0df4328a
1 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue