From a27848fc98289795e6e4e61322f3e7d425a707b3 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Tue, 21 Jun 2022 17:17:53 +0530 Subject: SUDO_ASKPASS variable set --- .local/bin/dmenupass | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .local/bin/dmenupass (limited to '.local/bin') diff --git a/.local/bin/dmenupass b/.local/bin/dmenupass new file mode 100755 index 0000000..b8e2f1b --- /dev/null +++ b/.local/bin/dmenupass @@ -0,0 +1,6 @@ +#!/bin/sh + +# This script is the SUDO_ASKPASS variable, meaning that it will be used as a +# password prompt if needed. + +dmenu -P -p "$1" <&- && echo -- cgit v1.2.3