From ad3d6b973c83ec479656467b701cd039eb517be1 Mon Sep 17 00:00:00 2001 From: fam007e Date: Wed, 25 Sep 2024 01:56:13 +0600 Subject: [PATCH] config.h edited for test auto 2 --- config.h | 1 + 1 file changed, 1 insertion(+) 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} },