it works!

This commit is contained in:
Simeon Schaub 2021-06-19 10:18:11 +02:00
parent 84f3a4e2d7
commit 11f5f44ae6
No known key found for this signature in database
GPG key ID: EB2EE6B6F3725876
3 changed files with 75 additions and 38 deletions

View file

@ -63,7 +63,7 @@ static const int natural_scrolling = 0;
/* commands */
static const char *termcmd[] = { "alacritty", NULL };
static const char *menucmd[] = { "bemenu-run", NULL };
static const char *menucmd[] = { "dmenu_run", NULL };
const Key keys[] = {
/* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */