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."