From b9c9b9f595a4904684c9ce3c98edddb5606d0b92 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 28 Feb 2024 10:26:17 +0100 Subject: [PATCH] Add shadowplay --- arch.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/arch.sh b/arch.sh index e83014d..2c34d38 100644 --- a/arch.sh +++ b/arch.sh @@ -57,9 +57,9 @@ main() { gnome-shell-extension-gsconnect gnome-shell-extension-tiling-assistant \ gnome-shell-extension-rounded-window-corners topgrade-bin ufw-docker \ gnome-shell-extension-alphabetical-grid-extension texlive-latexindent-meta \ - gnome-shell-extension-quick-settings-tweaks-git vesktop-bin \ + gnome-shell-extension-quick-settings-tweaks-git gpu-screen-recorder-git \ epson-inkjet-printer-stylus-photo-px810fw-series heroic-games-launcher-bin \ - gnome-shell-extension-blur-my-shell clamav-unofficial-sigs + gnome-shell-extension-blur-my-shell clamav-unofficial-sigs vesktop-bin # === Disable wayland == @@ -436,6 +436,9 @@ main() { sudo systemctl enable clamav-daemon.service sudo systemctl start clamav-daemon.service + # === GPU Screen recorder == + systemctl enable --now --user gpu-screen-recorder + printf "\nConcernant le Secure Boot, voici le tuto :" echo "https://www.reddit.com/r/archlinux/comments/zo83gb/how_i_setup_secure_boot_for_arch_linux_simple/" echo -e "\n\nInstallation terminée.\nIl faut redémarrer l'ordinateur."