Add shadowplay
This commit is contained in:
parent
59fd99b355
commit
b9c9b9f595
1 changed files with 5 additions and 2 deletions
7
arch.sh
7
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."
|
||||
|
|
Loading…
Reference in a new issue