mirror of
https://github.com/arthur-pbty/archinstallscript.git
synced 2026-08-01 20:28:08 +02:00
Modification des messages d'invite pour une meilleure clarté lors de la saisie du mot de passe et suppression de l'option tap-to-click dans la configuration du touchpad.
This commit is contained in:
+1
-2
@@ -434,7 +434,6 @@ hl.config({
|
|||||||
sensitivity = 0,
|
sensitivity = 0,
|
||||||
touchpad = {
|
touchpad = {
|
||||||
natural_scroll = true,
|
natural_scroll = true,
|
||||||
tap-to-click = true,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
@@ -527,7 +526,7 @@ HYPRCONF
|
|||||||
cat << 'BASHPROFILE' > \$USER_HOME/.bash_profile
|
cat << 'BASHPROFILE' > \$USER_HOME/.bash_profile
|
||||||
if [ -z "\${WAYLAND_DISPLAY}" ] && [ "\${XDG_VTNR}" -eq 1 ]; then
|
if [ -z "\${WAYLAND_DISPLAY}" ] && [ "\${XDG_VTNR}" -eq 1 ]; then
|
||||||
while true; do
|
while true; do
|
||||||
read -s -p "Entrez votre mot de passe pour demarrer Hyprland: " PASS
|
read -s -p "Mot de passe: " PASS
|
||||||
echo ""
|
echo ""
|
||||||
if echo "\$PASS" | sudo -S -k true 2>/dev/null; then
|
if echo "\$PASS" | sudo -S -k true 2>/dev/null; then
|
||||||
exec Hyprland
|
exec Hyprland
|
||||||
|
|||||||
Reference in New Issue
Block a user