Skip to content
Commit 5ba3793c authored by Nate Graham's avatar Nate Graham
Browse files

[kcmkwin/kwinoptions] Add option to disable window position memory for KDE apps

This adds a setting to the window options KCM to disable KDE apps
remembering their own window positions on X11, and instead always use
the KWin placement modes.

The setting sets an option in `kdeglobals`, rather than kwinrc, as it is not
a KWin-specific option *per se*. The UI is also hidden on Wayland, as it it
not relevant there because the functionality it disables does not work on
Wayland. Instead, remembering window positions will eventually be implemented
in a different way and affect all windows, not just KDE windows.

See frameworks/kxmlgui!14 for
more details.

CCBUG: 415150
parent 4e481d0e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment