updates to password stuff

This commit is contained in:
Solomon Laing 2022-11-21 15:20:07 +10:30
parent b11a2d4a6a
commit e81c786e0d
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh -x
# Gives a dmenu prompt to mount unmounted drives and Android phones. If
# they're in /etc/fstab, they'll be mounted automatically. Otherwise, you'll # they're in /etc/fstab, they'll be mounted automatically. Otherwise, you'll
# be prompted to give a mountpoint from already existsing directories. If you # be prompted to give a mountpoint from already existsing directories. If you
# input a novel directory, it will prompt you to create that directory. # input a novel directory, it will prompt you to create that directory.

View File

@ -3,4 +3,4 @@
# This script is the SUDO_ASKPASS variable, meaning that it will be used as a # This script is the SUDO_ASKPASS variable, meaning that it will be used as a
# password prompt if needed. # password prompt if needed.
dmenu -fn Monospace-18 -P -p "$1" <&- && echo dmenu -P -p "$1" <&- && echo