look-and-feel: Move settings from plasma-phone-settings to defaults

See https://invent.kde.org/teams/plasma-mobile/issues/-/issues/148

Haven't tested it yet, and I believe that some settings might not apply, have to investigate the whitelist in https://invent.kde.org/plasma/plasma-workspace/-/blob/master/kcms/lookandfeel/lookandfeelmanager.cpp

CC: @apol @mart @bshah
This commit is contained in:
Devin Lin 2022-07-07 22:00:42 +00:00
parent 05fc50c033
commit d563e1b1f8
2 changed files with 20 additions and 5 deletions

View file

@ -4,11 +4,22 @@
# SPDX-FileCopyrightText: 2014 Aaron J. Seigo
# SPDX-License-Identifier: GPL-2.0-or-later
[Wallpaper]
Image=Next
## kdeglobals
[kdeglobals][Icons]
Theme=breeze
[kdeglobals][General]
ColorScheme=BreezeLight
Name=Breeze
## kwinrc
[kwinrc][Windows]
Placement=Maximizing
[plasmashellrc][Shell]
ShellPackage=org.kde.plasma.phoneshell
[Wallpaper]
Image=Next
[kwinrc][org.kde.kdecoration2]
NoPlugin=true

View file

@ -0,0 +1,4 @@
// SPDX-FileCopyrightText: 2022 Devin Lin <devin@kde.org>
// SPDX-License-Identifier: GPL-2.0-or-later
// no default layout, needed to have lookandfeelmanager in plasma-workspace recognize the LnF as affecting desktop layout.