commit 5ddbc73bb885cc140a19e2a2e338f3b1b89b2263
Author:     NRK <[email protected]>
AuthorDate: Wed Oct 5 14:29:36 2022 +0600
Commit:     Hiltjo Posthuma <[email protected]>
CommitDate: Wed Oct 5 17:54:36 2022 +0200

    config.h: mark keys as const

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 } },

Reply via email to