mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
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:
parent
05fc50c033
commit
d563e1b1f8
2 changed files with 20 additions and 5 deletions
|
|
@ -4,11 +4,22 @@
|
||||||
# SPDX-FileCopyrightText: 2014 Aaron J. Seigo
|
# SPDX-FileCopyrightText: 2014 Aaron J. Seigo
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# 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]
|
[kwinrc][Windows]
|
||||||
Placement=Maximizing
|
Placement=Maximizing
|
||||||
|
|
||||||
[plasmashellrc][Shell]
|
[kwinrc][org.kde.kdecoration2]
|
||||||
ShellPackage=org.kde.plasma.phoneshell
|
NoPlugin=true
|
||||||
|
|
||||||
[Wallpaper]
|
|
||||||
Image=Next
|
|
||||||
|
|
|
||||||
4
look-and-feel/contents/layouts/layout.js
Normal file
4
look-and-feel/contents/layouts/layout.js
Normal 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.
|
||||||
Loading…
Reference in a new issue