main/postmarketos-ui-sway: enable networkmanager by default (MR 2174)
This commit is contained in:
parent
f33c75bbf8
commit
fcc6843993
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user