https://bugs.kde.org/show_bug.cgi?id=441464
Aleix Pol <aleix...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/946087ef3795 | |7055af40af3a8378d67d2ea69c0 | |e --- Comment #5 from Aleix Pol <aleix...@kde.org> --- Git commit 946087ef37957055af40af3a8378d67d2ea69c0e by Aleix Pol. Committed on 11/05/2022 at 14:54. Pushed by apol into branch 'master'. Inhibit edges when the active window is full screen by default At the moment we trigger the edges even when the active window is full screen which is unfortunate when running certain games, for example when you're attacking the village at the north-east in Age of Empires and you have the Overview effect on. This changes the default to inhibit them (like we used to just do for sides but not corners for some reason) and adds a checkbox to restore them even in that case. M +18 -2 src/kcmkwin/kwinscreenedges/kwinscreenedgeconfigform.cpp M +5 -0 src/kcmkwin/kwinscreenedges/kwinscreenedgeconfigform.h M +5 -0 src/kcmkwin/kwinscreenedges/kwinscreenedgesettings.kcfg M +3 -0 src/kcmkwin/kwinscreenedges/main.cpp M +43 -23 src/kcmkwin/kwinscreenedges/main.ui M +5 -0 src/kwin.kcfg M +16 -10 src/screenedge.cpp M +3 -0 src/screenedge.h https://invent.kde.org/plasma/kwin/commit/946087ef37957055af40af3a8378d67d2ea69c0e -- You are receiving this mail because: You are watching all bug changes.