This commit is contained in:
Xory 2026-03-15 18:37:53 +02:00
parent e23c885185
commit c3212e8624

View file

@ -135,7 +135,7 @@ static const int cursor_timeout = 5;
/* commands */ /* commands */
static const char *termcmd[] = { "kitty", NULL }; static const char *termcmd[] = { "kitty", NULL };
static const char *menucmd[] = { "rofi", "-show", "drun" NULL }; static const char *menucmd[] = { "rofi", "-show", "drun", NULL };
static const Key keys[] = { static const Key keys[] = {
/* Note that Shift changes certain key codes: 2 -> at, etc. */ /* Note that Shift changes certain key codes: 2 -> at, etc. */