diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-07-31 23:53:19 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-07-31 23:54:33 +0530 |
commit | a098bf2b6c0f35d37656a31dab33f8346b2191e0 (patch) | |
tree | fd31ae3f53874644467034ffb65c2c3de4f91fc6 /home/wayland/pkgs/wayland-scripts/src/bin | |
parent | f28b2c3631e34d4899641bde9423bbb4c7225e75 (diff) |
home/wayland/sway: set SUDO_ASKPASS
Diffstat (limited to 'home/wayland/pkgs/wayland-scripts/src/bin')
-rwxr-xr-x | home/wayland/pkgs/wayland-scripts/src/bin/daskpass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/wayland/pkgs/wayland-scripts/src/bin/daskpass b/home/wayland/pkgs/wayland-scripts/src/bin/daskpass new file mode 100755 index 0000000..90cf135 --- /dev/null +++ b/home/wayland/pkgs/wayland-scripts/src/bin/daskpass @@ -0,0 +1,3 @@ +#!/bin/sh + +printf "" | bemenu --password indicator --prompt " ${1:-"Authentication Required: "}" |