add README and remove unused hook

This commit is contained in:
user 2023-05-31 18:20:29 +02:00
parent 0247812f76
commit 7656494a3a
2 changed files with 3 additions and 14 deletions

View file

@ -41,6 +41,9 @@
gsettings set org.gnome.desktop.interface icon-theme Arc
gsettings set org.gnome.desktop.wm.preferences theme "Arc-Dark"
### Um das xdg-desktop-portal-gnome nicht mehr zu starten
systemctl --user mask xdg-desktop-portal-gnome.service
### Liste zur README.bootparams
https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio-archiso/-/blob/master/docs/README.bootparams

View file

@ -1,14 +0,0 @@
[Trigger]
Operation=Install
Operation=Upgrade
Operation=Remove
Type=Package
Target=plymouth
# Change the linux part above and in the Exec line if a different kernel is used
[Action]
Description=Update Plymouth hook script
Depends=mkinitcpio
When=PostTransaction
NeedsTargets
Exec=/bin/sh -c 'cp /opt/deadc0de-os-code/hooks-disabled/plymouth /usr/lib/initcpio/hooks/; /usr/bin/mkinitcpio -P'