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 ==
|
# === VSCode ==
|
||||||
yay -S visual-studio-code-bin --noconfirm
|
yay -S visual-studio-code-bin --noconfirm
|
||||||
|
|
||||||
# === VSCode ==
|
|
||||||
yay -S visual-studio-code-bin --noconfirm
|
|
||||||
|
|
||||||
# === Spotify + no-ads mod ==
|
# === Spotify + no-ads mod ==
|
||||||
yay -S spotify --noconfirm
|
yay -S spotify --noconfirm
|
||||||
# Download mod
|
# Download mod
|
||||||
|
@ -240,6 +237,8 @@ then
|
||||||
gsettings set org.gnome.settings-daemon.plugins.color night-light-enabled true # mode "nuit" (lumière bleue)
|
gsettings set org.gnome.settings-daemon.plugins.color night-light-enabled true # mode "nuit" (lumière bleue)
|
||||||
|
|
||||||
# Add gesture
|
# Add gesture
|
||||||
|
yay -S touchegg gnome-shell-extension-x11gestures --noconfirm
|
||||||
|
gnome-extensions enable x11gestures@joseexposito.github.io
|
||||||
sudo systemctl enable touchegg.service
|
sudo systemctl enable touchegg.service
|
||||||
sudo systemctl start touchegg
|
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
|
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 ==
|
# === Clipboard history ==
|
||||||
|
yay -S gnome-shell-extension-tray-icons --noconfirm
|
||||||
|
gnome-extensions enable tray-icons@nicovell13
|
||||||
copyq > /dev/null & disown
|
copyq > /dev/null & disown
|
||||||
copyq config autostart true
|
copyq config autostart true
|
||||||
|
|
||||||
|
@ -313,8 +314,6 @@ then
|
||||||
sudo ufw enable
|
sudo ufw enable
|
||||||
|
|
||||||
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
||||||
|
|
||||||
echo "yay onlyoffice"
|
|
||||||
else
|
else
|
||||||
echo "Ce script ne fonctionne que sur Manjaro."
|
echo "Ce script ne fonctionne que sur Manjaro."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue