Add dmenu scripts

This commit is contained in:
ItsDrike 2021-07-15 02:56:40 +02:00
parent 8edb36d42d
commit d83382e570
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
3 changed files with 118 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/bin/sh
# This script is the value for SUDO_ASKPASS variable,
# meaning that it will be used as a password prompt if needed.
echo "$(dmenu -P -p "$1")"