main/postmarketos-ui-sway: update recommends for sway defaults (MR 1622)
alacritty and dmenu are specified in the default sway config, so install them so the user isn't left with a non-functional desktop.
This commit is contained in:
parent
6a8ea4bc68
commit
9db239a9d8
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Danct12 <danct12@disroot.org>
|
||||
pkgname=postmarketos-ui-sway
|
||||
pkgver=2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
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
|
||||
|
@ -11,10 +11,11 @@ depends="elogind
|
|||
lightdm-openrc
|
||||
sway
|
||||
"
|
||||
_pmb_recommends="postmarketos-artwork-wallpapers
|
||||
rxvt-unicode
|
||||
swaylock
|
||||
_pmb_recommends="alacritty
|
||||
dmenu
|
||||
postmarketos-artwork-wallpapers
|
||||
swayidle
|
||||
swaylock
|
||||
xorg-server-xwayland
|
||||
"
|
||||
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||
|
|
Loading…
Reference in a new issue