aboutsummaryrefslogtreecommitdiff
path: root/daskpass
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-11-04 19:24:23 +0530
committersinanmohd <sinan@firemail.cc>2023-11-04 19:24:23 +0530
commit1263b38d6d49944af620523ea3f2e4c8898b6786 (patch)
tree9fe643abf53425b8ce44d1923bda001005fbff5d /daskpass
parent7ea21826565b907457749a9db8cb4de34b89306a (diff)
wayland/menu: wmenu -> bemenu
Diffstat (limited to 'daskpass')
-rwxr-xr-xdaskpass2
1 files changed, 1 insertions, 1 deletions
diff --git a/daskpass b/daskpass
index 948e0c3..6860983 100755
--- a/daskpass
+++ b/daskpass
@@ -6,5 +6,5 @@ if [ -z "$WAYLAND_DISPLAY" ]
then
printf "" | dmenu -P -p "$1"
else
- printf "" | wmenu -P -p "$1"
+ printf "" | bemenu -x -p "$1"
fi