Fix hypr
This commit is contained in:
parent
002c918f45
commit
7cb548eaa1
12
tforgione.sh
12
tforgione.sh
@ -421,11 +421,15 @@ run() {
|
||||
|
||||
# Configure hyprland
|
||||
if [ $should_install_hyprland -eq 1 ]; then
|
||||
ln -s $HOME/.config/dotfiles/hypr $HOME/.config/hypr
|
||||
ln -s $HOME/.config/dotfiles/hypr/waybar $HOME/.config/waybar
|
||||
|
||||
touch $HOME/.config/dotfiles/hypr/exec-once.conf
|
||||
touch $HOME/.config/dotfiles/hypr/monitors.conf
|
||||
if [ ! -d $HOME/.config/hypr ]; then
|
||||
git clone https://gitea.tforgione.fr/tforgione/hypr
|
||||
fi
|
||||
|
||||
ln -s $HOME/.config/hypr/waybar $HOME/.config/waybar
|
||||
|
||||
touch $HOME/.config/hypr/exec-once.conf
|
||||
touch $HOME/.config/hypr/monitors.conf
|
||||
fi
|
||||
|
||||
# Configure neovim
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user