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>
|
# Maintainer: Danct12 <danct12@disroot.org>
|
||||||
pkgname=postmarketos-ui-sway
|
pkgname=postmarketos-ui-sway
|
||||||
pkgver=2
|
pkgver=2
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="(Wayland) Tiling WM, drop-in replacement for i3wm (DOES NOT RUN WITHOUT HW ACCELERATION!)"
|
pkgdesc="(Wayland) Tiling WM, drop-in replacement for i3wm (DOES NOT RUN WITHOUT HW ACCELERATION!)"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
arch="noarch !armhf !x86" # armhf,x86: aports#11807
|
arch="noarch !armhf !x86" # armhf,x86: aports#11807
|
||||||
|
@ -11,10 +11,11 @@ depends="elogind
|
||||||
lightdm-openrc
|
lightdm-openrc
|
||||||
sway
|
sway
|
||||||
"
|
"
|
||||||
_pmb_recommends="postmarketos-artwork-wallpapers
|
_pmb_recommends="alacritty
|
||||||
rxvt-unicode
|
dmenu
|
||||||
swaylock
|
postmarketos-artwork-wallpapers
|
||||||
swayidle
|
swayidle
|
||||||
|
swaylock
|
||||||
xorg-server-xwayland
|
xorg-server-xwayland
|
||||||
"
|
"
|
||||||
install="$pkgname.post-install $pkgname.post-upgrade"
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||||
|
|
Loading…
Reference in a new issue