diff options
author | marlonivo <email@marlonivo.xyz> | 2025-04-14 10:21:23 +0000 |
---|---|---|
committer | marlonivo <email@marlonivo.xyz> | 2025-04-14 10:21:23 +0000 |
commit | 4e3440c77a5e3a9f09d1719e2e8782500e3a5415 (patch) | |
tree | 25c2b34cc9a73043adb888d33745f473e5ed41d5 /.local/bin/dmenupass | |
parent | 0d1a84f59d8cdd62c97410f96f8a13c98c51453a (diff) |
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 2c14e6f..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 -fn Monospace-18 -P -p "$1" <&- && echo |