sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 6c3b35701d70c3ce5fc0ae719739d44b592b4143
parent 3e19836f0e4d5c1cd68ea205a377b8cd491e6757
Author: Kirill Primak <vyivel@eclair.cafe>
Date:   Wed,  9 Nov 2022 11:07:20 +0300

ci: install hwdata

Diffstat:
M.builds/alpine.yml | 1+
M.builds/archlinux.yml | 1+
M.builds/freebsd.yml | 1+
3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.builds/alpine.yml b/.builds/alpine.yml @@ -20,6 +20,7 @@ packages: - xcb-util-image-dev - xcb-util-wm-dev - xwayland + - hwdata sources: - https://github.com/swaywm/sway - https://gitlab.freedesktop.org/wlroots/wlroots.git diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml @@ -17,6 +17,7 @@ packages: - xcb-util-wm - xorg-xwayland - seatd + - hwdata sources: - https://github.com/swaywm/sway - https://gitlab.freedesktop.org/wlroots/wlroots.git diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml @@ -25,6 +25,7 @@ packages: - x11/libX11 - x11/pixman - x11/xcb-util-wm +- misc/hwdata sources: - https://github.com/swaywm/sway - https://gitlab.freedesktop.org/wlroots/wlroots.git