remove dups; add traya and touchegg gestures
This commit is contained in:
parent
dab387ec31
commit
19db766664
1 changed files with 4 additions and 5 deletions
9
arch.sh
9
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
|
||||
|
|
Loading…
Reference in a new issue