From 7801977c2ed78adbc27f2a4ef91c50eba5dcbbf8 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 1 Aug 2023 13:21:37 +0200 Subject: [PATCH] Also install dwindle-autogroup hyprland plugin --- install_gui.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/install_gui.sh b/install_gui.sh index d15e0e9..057def1 100755 --- a/install_gui.sh +++ b/install_gui.sh @@ -100,7 +100,13 @@ pushd ~/.local/src sudo make install popd sudo yay -S --noconfirm --needed xdg-desktop-portal-hyprland-git hyprpaper -cp -ra home/.config/hypr ~/.config/hypr +cp -ra home/.config/hypr ~/.config/hypr # loads dwindle-autgoroup + +# Hyprland dwindle-autogroup plugin +git clone --recursive https://github.com/ItsDrike/hyprland-dwindle-autogroup ~/.local/src/hyprland-dwindle-autogroup +pushd ~/.local/src/hyprland-dwindle-autogroup +make install +popd # Build eww sudo pacman -S --noconfirm --needed \