diff --git a/README.md b/README.md index a15f9bd..e9361ee 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/configs/pacman-hooks/plymouth.hook b/configs/pacman-hooks/plymouth.hook deleted file mode 100755 index df89023..0000000 --- a/configs/pacman-hooks/plymouth.hook +++ /dev/null @@ -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'