postmarketos-ui-phosh: enable waked by default (MR 2963)
This will make resuming on alarm work out of the box. Not sure how this was missed previously...? [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
f02f100c0d
commit
164e9f010d
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||||
pkgname=postmarketos-ui-phosh
|
pkgname=postmarketos-ui-phosh
|
||||||
pkgver=17
|
pkgver=17
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="(Wayland) Mobile UI developed for the Librem 5"
|
pkgdesc="(Wayland) Mobile UI developed for the Librem 5"
|
||||||
url="https://puri.sm"
|
url="https://puri.sm"
|
||||||
arch="noarch !armhf"
|
arch="noarch !armhf"
|
||||||
|
|
|
@ -5,6 +5,7 @@ rc-update add modemmanager default
|
||||||
rc-update add bluetooth default
|
rc-update add bluetooth default
|
||||||
rc-update add iio-sensor-proxy default
|
rc-update add iio-sensor-proxy default
|
||||||
rc-update add networkmanager default
|
rc-update add networkmanager default
|
||||||
|
rc-update add waked default
|
||||||
dconf update
|
dconf update
|
||||||
tinydm-set-session -s /usr/share/wayland-sessions/phosh.desktop
|
tinydm-set-session -s /usr/share/wayland-sessions/phosh.desktop
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue