fix: minor fix

This commit is contained in:
Xory 2026-03-15 19:33:28 +02:00
parent 1311b07b5f
commit de8695d4e7

View file

@ -136,7 +136,7 @@ static const int cursor_timeout = 5;
/* commands */
static const char *termcmd[] = { "kitty", NULL };
static const char *menucmd[] = { "wofi", "--conf", "/home/xory/.config/wofi/config/config", "--style", "/home/xory/.config/wofi/src/mocha/style.css", "-show", "drun", NULL };
static const char *menucmd[] = { "wofi", "--conf", "/home/xory/.config/wofi/config/config", "--style", "/home/xory/.config/wofi/src/mocha/style.css", "--show", "drun", NULL };
static const Key keys[] = {
/* Note that Shift changes certain key codes: 2 -> at, etc. */