diff --git a/README.md b/README.md index 4de78ea..aaba23b 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ Below is a list of all speedwm keybinds. - Email button | Open your defined email client - System button | Open your defined status viewer in a terminal - -- Mouse -- + ### Mouse These binds can be activated using your mouse diff --git a/speedwm.c b/speedwm.c index ba8367a..a40a3da 100644 --- a/speedwm.c +++ b/speedwm.c @@ -456,7 +456,7 @@ static pid_t winpid(Window w); /* variables */ static const char broken[] = "speedwm"; -static const char *layoutmenu_cmd = "speed-utils -layout"; +static const char *layoutmenu_cmd = "speedwm-utils -layout"; static char stext[1024]; static char rawstext[1024]; static int statusw;