config.h: mark keys as const - tabbed - tab interface for application supportin… | |
git clone git://git.suckless.org/tabbed | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 5ddbc73bb885cc140a19e2a2e338f3b1b89b2263 | |
parent b372f9ce28610dc8dd860abd42f9837972bc5adb | |
Author: NRK <[email protected]> | |
Date: Wed, 5 Oct 2022 14:29:36 +0600 | |
config.h: mark keys as const | |
Diffstat: | |
M config.def.h | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git 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 } }, |