From 5ddbc73bb885cc140a19e2a2e338f3b1b89b2263 Mon Sep 17 00:00:00 2001 From: NRK Date: Wed, 5 Oct 2022 14:29:36 +0600 Subject: config.h: mark keys as const --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index defa426..51bb13d 100644 --- a/config.def.h +++ b/config.def.h @@ -34,7 +34,7 @@ static Bool npisrelative = False; } #define MODKEY ControlMask -static Key keys[] = { +static const Key keys[] = { /* modifier key function argument */ { MODKEY|ShiftMask, XK_Return, focusonce, { 0 } }, { MODKEY|ShiftMask, XK_Return, spawn, { 0 } }, -- cgit 1.4.1