mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +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
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue