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