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

3
scripts/update/mkinitcpio-eco Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
latest_kver=$(ls /lib/modules | sort -V | tail -n1)
sudo mkinitcpio -k "$latest_kver" -c /etc/mkinitcpio-eco.conf -g /boot/initramfs-linux-eco.img