Configure kwin for Plasma Mobile window management
This commit is contained in:
@@ -38,6 +38,7 @@ DEPENDS = " \
|
||||
|
||||
SRC_URI = " \
|
||||
git://anongit.kde.org/${BPN};nobranch=1 \
|
||||
file://kwinrc \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
@@ -47,6 +48,8 @@ inherit cmake_plasma kdoctools
|
||||
do_install_append() {
|
||||
# dirty workaround for aurora crash on Wayland
|
||||
rm -rf ${D}/${libdir}/plugins/org.kde.kdecoration2/
|
||||
|
||||
install -m 644 ${WORKDIR}/kwinrc ${D}/${sysconfdir}/xdg/kwinrc
|
||||
}
|
||||
|
||||
FILES_SOLIBSDEV = ""
|
||||
|
||||
5
recipes-plasma/kwin/kwinrc
Normal file
5
recipes-plasma/kwin/kwinrc
Normal file
@@ -0,0 +1,5 @@
|
||||
[Windows]
|
||||
Placement=Maximizing
|
||||
|
||||
[org.kde.kdecoration2]
|
||||
NoPlugin=true
|
||||
Reference in New Issue
Block a user