wip / i3wm ➔ hyprland

and, several clean-ups at the same time
This commit is contained in:
committer@tuxwarrior
2026-02-25 11:22:51 -05:00
parent 2620282282
commit c8ab69ca6d
31 changed files with 351 additions and 335 deletions

View File

@@ -0,0 +1,20 @@
[Trigger]
Operation=Install
Operation=Upgrade
Operation=Remove
Type=Package
# Uncomment the installed NVIDIA package
#Target=nvidia
Target=nvidia-open
#Target=nvidia-lts
# If running a different kernel, modify below to match
Target=linux
# Adjust line(6-9) above to match your driver, e.g. Target=nvidia-470xx-dkms
# Change line(11) above, if you are not using the regular kernel For example, Target=linux-lts
[Action]
Description=Updating NVIDIA module in initcpio
Depends=mkinitcpio
When=PostTransaction
NeedsTargets
Exec=/bin/sh -c 'while read -r trg; do case $trg in linux*) exit 0; esac; done; /usr/bin/mkinitcpio -P'