From 03357a1a6a4d60233c120432f97395dec48a1be6 Mon Sep 17 00:00:00 2001 From: Puechberty Arthur Date: Thu, 30 Jul 2026 15:12:02 +0200 Subject: [PATCH] =?UTF-8?q?Modification=20des=20messages=20d'invite=20pour?= =?UTF-8?q?=20une=20meilleure=20clart=C3=A9=20lors=20de=20la=20saisie=20du?= =?UTF-8?q?=20mot=20de=20passe=20et=20suppression=20de=20l'option=20tap-to?= =?UTF-8?q?-click=20dans=20la=20configuration=20du=20touchpad.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index bc779f7..94db1be 100644 --- a/install.sh +++ b/install.sh @@ -434,7 +434,6 @@ hl.config({ sensitivity = 0, touchpad = { natural_scroll = true, - tap-to-click = true, }, }, }) @@ -527,7 +526,7 @@ HYPRCONF cat << 'BASHPROFILE' > \$USER_HOME/.bash_profile if [ -z "\${WAYLAND_DISPLAY}" ] && [ "\${XDG_VTNR}" -eq 1 ]; then while true; do - read -s -p "Entrez votre mot de passe pour demarrer Hyprland: " PASS + read -s -p "Mot de passe: " PASS echo "" if echo "\$PASS" | sudo -S -k true 2>/dev/null; then exec Hyprland