diff options
author | sinanmohd <sinan@firemail.cc> | 2023-11-04 19:24:23 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-11-04 19:24:23 +0530 |
commit | 1263b38d6d49944af620523ea3f2e4c8898b6786 (patch) | |
tree | 9fe643abf53425b8ce44d1923bda001005fbff5d /daskpass | |
parent | 7ea21826565b907457749a9db8cb4de34b89306a (diff) |
wayland/menu: wmenu -> bemenu
Diffstat (limited to 'daskpass')
-rwxr-xr-x | daskpass | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |