initial Julia test

This commit is contained in:
Simeon Schaub 2021-06-17 11:56:14 +02:00
parent 3d00746904
commit 2630a7dfe4
No known key found for this signature in database
GPG key ID: EB2EE6B6F3725876
3 changed files with 18 additions and 3 deletions

View file

@ -65,7 +65,7 @@ static const int natural_scrolling = 0;
static const char *termcmd[] = { "alacritty", NULL };
static const char *menucmd[] = { "bemenu-run", NULL };
static const Key keys[] = {
const Key keys[] = {
/* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */
/* modifier key function argument */
{ MODKEY, XKB_KEY_p, spawn, {.v = menucmd} },