aboutsummaryrefslogtreecommitdiff
path: root/damb
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 /damb
parent7ea21826565b907457749a9db8cb4de34b89306a (diff)
wayland/menu: wmenu -> bemenu
Diffstat (limited to 'damb')
-rwxr-xr-xdamb4
1 files changed, 2 insertions, 2 deletions
diff --git a/damb b/damb
index b97d0bb..53d0cad 100755
--- a/damb
+++ b/damb
@@ -5,7 +5,7 @@ damb_data="${XDG_DATA_HOME:-$HOME/.local/share}/damb"
damb_pids="${XDG_RUNTIME_DIR:-${TMPDIR:-/tmp}}/damb.pids"
damb_dlim="|"
-w_menu="wmenu"
+w_menu="bemenu"
x_menu="dmenu"
ico_damb="󰎆 "
@@ -249,7 +249,7 @@ gen_opts()
gen_menu()
{
[ -s "$damb_conf" ] || die "empty, try damb save"
- key="$(gen_opts | wmenu -l 25)" || return 1
+ key="$(gen_opts | bemenu -l 25)" || return 1
case "$key" in
*"stop the ambiances")