diff options
author | awy <awy@awy.one> | 2025-08-14 05:46:25 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-14 05:46:25 +0300 |
commit | 222fe9a9ffc5430ea28173f01482f30b26f22648 (patch) | |
tree | d11094fe10c854cd23dfa5f49850e1facfefe116 /.local/bin/doas_askpass | |
parent | 9e12eb5b61daa6fc864301893bc6242614777d76 (diff) | |
download | hyprdots-222fe9a9ffc5430ea28173f01482f30b26f22648.tar.gz |
update
Diffstat (limited to '.local/bin/doas_askpass')
-rwxr-xr-x | .local/bin/doas_askpass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/doas_askpass b/.local/bin/doas_askpass index 49a56ef..f5d61ef 100755 --- a/.local/bin/doas_askpass +++ b/.local/bin/doas_askpass @@ -1,7 +1,7 @@ #!/usr/bin/expect -- # askpass implementation for doas -# example usage: DOAS_ASKPASS="rofi -dmenu -P -p password:" doas_askpass echo working +# example usage: DOAS_ASKPASS="mew -P -p password:" doas_askpass echo working # don't mind the man behind the curtain log_user 0 |