https://bugs.kde.org/show_bug.cgi?id=500636
Méven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/1990d2f202 | |67495ff848384d49234c0d5e64c | |163 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #8 from Méven <[email protected]> --- Git commit 1990d2f20267495ff848384d49234c0d5e64c163 by Méven Car, on behalf of Kevin Azzam. Committed on 13/02/2026 at 10:59. Pushed by meven into branch 'master'. quicktiles: Make "window restore" affect quick tiling Before this commit, "window restore" only restored a maximized window and looked like unreachable/dead code. This commits does a few things: * Allow "window restore" to be accessed via hotkey (shortcut defaults Meta+Backspace) * Make "window restore" also affect full-screen * Make "window restore" also affect quick tiles The last point is the core motivation, and addresses issue 500636. M +75 -0 autotests/integration/maximize_test.cpp M +97 -0 autotests/integration/quick_tiling_test.cpp M +1 -1 src/options.h M +25 -2 src/useractions.cpp M +1 -0 src/workspace.h https://invent.kde.org/plasma/kwin/-/commit/1990d2f20267495ff848384d49234c0d5e64c163 -- You are receiving this mail because: You are watching all bug changes.
