From e81c786e0df7ed63c2d294167df4767546fd7da2 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Mon, 21 Nov 2022 15:20:07 +1030 Subject: [PATCH] updates to password stuff --- scripts/dmenumount | 3 +-- scripts/dmenupass | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/dmenumount b/scripts/dmenumount index abeb0ce..59865de 100755 --- a/scripts/dmenumount +++ b/scripts/dmenumount @@ -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 # be prompted to give a mountpoint from already existsing directories. If you # input a novel directory, it will prompt you to create that directory. diff --git a/scripts/dmenupass b/scripts/dmenupass index 2c14e6f..b8e2f1b 100755 --- a/scripts/dmenupass +++ b/scripts/dmenupass @@ -3,4 +3,4 @@ # This script is the SUDO_ASKPASS variable, meaning that it will be used as a # password prompt if needed. -dmenu -fn Monospace-18 -P -p "$1" <&- && echo +dmenu -P -p "$1" <&- && echo