Skip to content

Add Titlebar Buttons Layout and Borderless Maximised Windows to Global Theme layout options

This merge request adds the remaining Feren OS patches to Global Theme to Plasma, being the new layout settings in Global Theme:

  • (controlled by Desktop Layout switch) Borderless Maximised Windows
  • (own switch) Titlebar Buttons Layout

Ones with their own switch also have new checkboxes for themselves in More Options in the KCM, and the values for all the added options, in the new layouts/defaults file of Global Themes, are made to match their KDE Plasma config files counterparts in names and values.

Example of a `layouts/defaults` file in a Global Theme

[kwinrc][org.kde.kdecoration2]
ButtonsOnLeft=M
ButtonsOnRight=IAX

[kwinrc][Windows]
BorderlessMaximizedWindows=false

NOTE: If a Global Theme doesn't supply BorderlessMaximizedWindows, it'll be turned off automatically when applying a Desktop Layout to prevent issues.

Edited by Dominic Hayes

Merge request reports