From 545fd01ae411c7c859322f1fb57a124acdfe9006 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 10 Mar 2024 04:13:19 +0100 Subject: [PATCH] Add hyprlang and hyprcursor install deps --- install_gui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_gui.sh b/install_gui.sh index e108a88..057b81c 100755 --- a/install_gui.sh +++ b/install_gui.sh @@ -96,7 +96,7 @@ yay -S --noconfirm --needed bluez bluiz-utils blueberry yay -S --noconfirm --needed \ gdb ninja gcc cmake meson libxcb xcb-proto xcb-util xcb-util-keysyms libxfixes libx11 libxcomposite \ xorg-xinput libxrender pixman wayland-protocols cairo pango seatd libxkbcommon xcb-util-wm xorg-xwayland \ - libinput libliftoff libdisplay-info cpio + libinput libliftoff libdisplay-info cpio hyprlang-git hyprcursor-git mkdir -p ~/.local/src git clone --recursive https://github.com/hyprwm/Hyprland ~/.local/src/Hyprland || true # don't fail if exists pushd ~/.local/src/Hyprland