summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
-rw-r--r--dwl.14
2 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 8847e58..57acd39 100644
--- a/config.def.h
+++ b/config.def.h
@@ -115,7 +115,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA
/* commands */
static const char *termcmd[] = { "foot", NULL };
-static const char *menucmd[] = { "bemenu-run", NULL };
+static const char *menucmd[] = { "wmenu_run", NULL };
static const Key keys[] = {
/* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */
diff --git a/dwl.1 b/dwl.1
index ce1acf9..e64a71b 100644
--- a/dwl.1
+++ b/dwl.1
@@ -55,7 +55,7 @@ Move window to a single tag.
Toggle tag for window.
.It Mod-p
Spawn
-.Nm bemenu-run .
+.Nm wmenu_run .
.It Mod-Shift-Return
Spawn
.Nm foot .
@@ -143,7 +143,7 @@ with s6 in the background:
.Dl dwl -s 's6-svscan <&-'
.Sh SEE ALSO
.Xr foot 1 ,
-.Xr bemenu 1 ,
+.Xr wmenu 1 ,
.Xr dwm 1 ,
.Xr xkeyboard-config 7
.Sh CAVEATS