summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f8c9f2dbd5a..ac35e4dfba80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,11 @@ license=('MIT')
pkgdesc='i3 compatible window manager for Wayland'
makedepends=("cmake" "git")
depends=("wlc-git")
-optdepends=("xorg-server-xwayland: running xorg windows under sway")
+optdepends=(
+ "xorg-server-xwayland: running xorg windows under sway"
+ "rxvt-unicode: default terminal emulator"
+ "dmenu: default for launching applications"
+)
arch=("i386" "x86_64")
url='https://github.com/SirCmpwn/sway'
source=("${pkgname%-*}::git+https://github.com/SirCmpwn/sway.git")