diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-06-21 17:17:53 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-06-21 17:17:53 +0530 |
| commit | a27848fc98289795e6e4e61322f3e7d425a707b3 (patch) | |
| tree | 0916d1d2608612853bdfff6f22f5aff33e3c98eb /.local/bin/dmenupass | |
| parent | fd20f3a9da6caabffb94cc5c130c4f66c1306113 (diff) | |
SUDO_ASKPASS variable set
Diffstat (limited to '.local/bin/dmenupass')
| -rwxr-xr-x | .local/bin/dmenupass | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
