diff options
Diffstat (limited to '.local/bin/dmenupass')
-rwxr-xr-x | .local/bin/dmenupass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmenupass b/.local/bin/dmenupass index bea2ad9..b29b536 100755 --- a/.local/bin/dmenupass +++ b/.local/bin/dmenupass @@ -3,4 +3,4 @@ # This script is the SUDO_ASKPASS variable, meaning that it will be used as a # password prompt if needed. -mew -P -p "password:" <&- +rofi -dmenu -P -p "password:" <&- |