mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-30 04:20:43 +00:00
Add dmenu scripts
This commit is contained in:
parent
8edb36d42d
commit
d83382e570
3 changed files with 118 additions and 0 deletions
6
home/.local/bin/dmenu/dmenupass
Executable file
6
home/.local/bin/dmenu/dmenupass
Executable 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")"
|
Loading…
Add table
Add a link
Reference in a new issue