diff --git a/config.h b/config.h index 081ddb0..977a3c6 100644 --- a/config.h +++ b/config.h @@ -108,6 +108,7 @@ static const char *prevcmd[] = { "playerctl", "previous", NULL }; static const char *wifimenu[] = { "~/DWM/scripts/wifimenu", NULL }; static const char *powermenu[] = { "~/DWM/scripts/powermenu", NULL }; + static Key keys[] = { /* modifier key function argument */ { MODKEY, XK_r, spawn, {.v = launchercmd} },