Fix small bug

This commit is contained in:
speediegq 2022-08-27 16:54:51 +02:00
parent 4ef8100f25
commit d88cdc4e55
2 changed files with 2 additions and 2 deletions

View file

@ -162,7 +162,7 @@ Below is a list of all speedwm keybinds.
- Email button | Open your defined email client - Email button | Open your defined email client
- System button | Open your defined status viewer in a terminal - System button | Open your defined status viewer in a terminal
-- Mouse -- ### Mouse
These binds can be activated using your mouse These binds can be activated using your mouse

View file

@ -456,7 +456,7 @@ static pid_t winpid(Window w);
/* variables */ /* variables */
static const char broken[] = "speedwm"; 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 stext[1024];
static char rawstext[1024]; static char rawstext[1024];
static int statusw; static int statusw;