diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-08-04 21:45:34 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-08-04 21:45:34 +0530 |
| commit | e6a46d699b5dafa35ffb38ccdf5153d67f7348e4 (patch) | |
| tree | 9a102d6ca8f129cf80181cb5120c5816e7c01d31 /.local/bin/dmenupass | |
| parent | 70249a2a89349d99b27d9b4f5c7ca84a463f9a3a (diff) | |
use rofi for SUDO_ASKPASS
Diffstat (limited to '.local/bin/dmenupass')
| -rwxr-xr-x | .local/bin/dmenupass | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.local/bin/dmenupass b/.local/bin/dmenupass deleted file mode 100755 index b8e2f1b..0000000 --- a/.local/bin/dmenupass +++ /dev/null @@ -1,6 +0,0 @@ -#!/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 |
