Don't fail if hyprland-dwindlw-autogroup exists

This commit is contained in:
ItsDrike 2023-08-01 14:19:20 +02:00
parent 6a803b051a
commit c247c0fbab

View file

@ -105,7 +105,7 @@ yay -S --noconfirm --needed xdg-desktop-portal-hyprland-git hyprpaper
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
git clone --recursive https://github.com/ItsDrike/hyprland-dwindle-autogroup ~/.local/src/hyprland-dwindle-autogroup || true # don't fail if exists
pushd ~/.local/src/hyprland-dwindle-autogroup
make install
popd