main/postmarketos-ui-plasma-mobile: sync kwinrc with upstream (MR 1918)
It doesn't need changing much, but screen edges actions have been disabled there so let's do the same Upstream: https://invent.kde.org/plasma-mobile/plasma-phone-settings/-/blob/master/etc/xdg/kwinrc [ci:skip-build]: kde packages weren't built by bpo yet, so this won't finish in time.
This commit is contained in:
parent
1c5ce5f16f
commit
3b96926f6f
2 changed files with 14 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-ui-plasma-mobile
|
||||
pkgver=3.3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="(Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration, allows only numeric passwords!)"
|
||||
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
|
||||
arch="noarch !armhf !x86" # armhf: pmaports#75, x86: aports#11807
|
||||
|
@ -109,7 +109,7 @@ extras() {
|
|||
mkdir -p "$subpkgdir"
|
||||
}
|
||||
|
||||
sha512sums="a95d3bbd1e8051c9b394ad7a26e4beb2d1be8d3c38189819da61fd42b1c7fd3948c4737bc9246eee23eaf5fd9451cd6362fb06442f3d8f967f930d3bcc5cfbe9 kwinrc
|
||||
sha512sums="4ae28ff92e2ae2f78cc4841249941ad02b1ed0447a5be2e7c6d9080fa47e22471ade584a328deb3a1cb22e1a5d7a81f961b9d92fbc9103a092dfeabf2c1ba45c kwinrc
|
||||
93d6c3e76b6e8d3c8c5424fcb921595ad3569e1aba1b03255b977230b33146dc73a97327e455e8a539018cb02c3bf1a700dd951622f798b50f36c5d381a1b342 kdeglobals
|
||||
341f0b866c315f37868ef3e7137cce8b53a0e8e6164e5af71b3e8e2fa68321afbf0652d76124ef84bade1393f701748852ac939aef9daff7e272a0df827780eb qtlogging.ini
|
||||
e5dcc82c0e58288fd7a8f805e60fa777fab71c68355f085a0e4f25b05526491476fdb6decbc7c0495626d6736a53bfc8e8f34a3231210858998e19cd6fbc89a0 unlock-plasma
|
||||
|
|
|
@ -8,5 +8,17 @@ contrastEnabled=false
|
|||
[Windows]
|
||||
Placement=Maximizing
|
||||
|
||||
[TabBox]
|
||||
TouchBorderActivate=9
|
||||
TouchBorderAlternativeActivate=9
|
||||
BorderActivate=9
|
||||
|
||||
[Effect-PresentWindows]
|
||||
BorderActivateAll=9
|
||||
|
||||
[org.kde.kdecoration2]
|
||||
NoPlugin=true
|
||||
|
||||
[TouchEdges]
|
||||
Left=None
|
||||
Right=None
|
||||
|
|
Loading…
Reference in a new issue