main/postmarketos-ui-sway: enable networkmanager by default (MR 2174)

This commit is contained in:
Bart Ribbers 2021-05-15 19:28:57 +02:00
parent f33c75bbf8
commit fcc6843993
No known key found for this signature in database
GPG Key ID: 699D16185DAFAE61
2 changed files with 5 additions and 2 deletions

View File

@ -1,14 +1,16 @@
# Maintainer: Danct12 <danct12@disroot.org>
pkgname=postmarketos-ui-sway
pkgver=2
pkgrel=2
pkgrel=3
pkgdesc="(Wayland) Tiling WM, drop-in replacement for i3wm (DOES NOT RUN WITHOUT HW ACCELERATION!)"
url="https://postmarketos.org"
arch="noarch !armhf !x86" # armhf,x86: aports#11807
license="GPL-3.0-or-later"
depends="elogind
depends="
elogind
lightdm
lightdm-openrc
networkmanager
sway
"
_pmb_recommends="alacritty

View File

@ -3,3 +3,4 @@
sed -i "s/username/$(getent passwd 10000 | cut -d: -f1)/g" /usr/share/lightdm/lightdm.conf.d/67-autologin.conf
rc-update add lightdm default
rc-update add networkmanager default