From 19db766664dbd9fbe65387ab501d671be963c8d1 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 4 Jun 2022 03:19:47 +0200 Subject: [PATCH] remove dups; add traya and touchegg gestures --- arch.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/arch.sh b/arch.sh index fcf8f43..2223206 100644 --- a/arch.sh +++ b/arch.sh @@ -131,9 +131,6 @@ then # === VSCode == yay -S visual-studio-code-bin --noconfirm - # === VSCode == - yay -S visual-studio-code-bin --noconfirm - # === Spotify + no-ads mod == yay -S spotify --noconfirm # Download mod @@ -240,6 +237,8 @@ then gsettings set org.gnome.settings-daemon.plugins.color night-light-enabled true # mode "nuit" (lumière bleue) # Add gesture + yay -S touchegg gnome-shell-extension-x11gestures --noconfirm + gnome-extensions enable x11gestures@joseexposito.github.io sudo systemctl enable touchegg.service sudo systemctl start touchegg @@ -247,6 +246,8 @@ then sudo pacman -Rsn epiphany gnome-maps cheese gnome-weather gnome-music gnome-books vim --noconfirm # gnome-firefox, maps, caméra, météo, musique, liseuse, vim # === Clipboard history == + yay -S gnome-shell-extension-tray-icons --noconfirm + gnome-extensions enable tray-icons@nicovell13 copyq > /dev/null & disown copyq config autostart true @@ -313,8 +314,6 @@ then sudo ufw enable echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur." - - echo "yay onlyoffice" else echo "Ce script ne fonctionne que sur Manjaro." fi