mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Also install dwindle-autogroup hyprland plugin
This commit is contained in:
parent
065c6cee0c
commit
7801977c2e
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue