diff options
author | awy <awy@awy.one> | 2025-07-30 20:30:23 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-07-30 20:30:23 +0300 |
commit | 6a42018cf2d55f9a8e8f9809415556cd50028590 (patch) | |
tree | 93e6871b100832b6fd0942e4586729c7580270a3 /.local/bin/dmenupass | |
parent | bd77fbce81efc16fc91dd7cc9d9807e27d70d064 (diff) | |
download | hyprdots-6a42018cf2d55f9a8e8f9809415556cd50028590.tar.gz |
rofi
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:" <&- |