mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 13:14:35 +00:00
Don't fail if hyprland-dwindlw-autogroup exists
This commit is contained in:
parent
6a803b051a
commit
c247c0fbab
|
@ -105,7 +105,7 @@ yay -S --noconfirm --needed xdg-desktop-portal-hyprland-git hyprpaper
|
||||||
cp -ra home/.config/hypr ~/.config/hypr # loads dwindle-autgoroup
|
cp -ra home/.config/hypr ~/.config/hypr # loads dwindle-autgoroup
|
||||||
|
|
||||||
# Hyprland dwindle-autogroup plugin
|
# 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
|
pushd ~/.local/src/hyprland-dwindle-autogroup
|
||||||
make install
|
make install
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue