Fix hyprland, monitor management and waybar after lua switch

This commit is contained in:
2026-08-29 00:55:17 +02:00
parent 9db0b4dac0
commit be4de88d1a
45 changed files with 593 additions and 388 deletions

4
.zshrc
View File

@@ -51,8 +51,8 @@ export TERMINAL=alacritty
bindkey '^[[3~' delete-char
# Update and clean
alias update='yay -Syu --noconfirm && yay -Yc --noconfirm && sudo mkinitcpio -P && sudo /home/lucas/scripts/mkinitcpio-eco && rm -f ~/.cache/updates-count && clean'
alias clean='/home/lucas/scripts/clean.sh'
alias update='yay -Syu --noconfirm && yay -Yc --noconfirm && sudo mkinitcpio -P && sudo /home/lucas/scripts/update/mkinitcpio-eco && rm -f ~/.cache/updates-count && clean'
alias clean='/home/lucas/scripts/update/clean.sh'
alias clr='clear'
alias dotpush='~/scripts/dotpush.sh'
alias etcpush='sudo etckeeper commit "Sauvegarde auto $(date "+%Y-%m-%d %H:%M")"'