config.h: mark keys as const - tabbed - tab interface for application supporting Xembed
 (HTM) git clone git://git.suckless.org/tabbed
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5ddbc73bb885cc140a19e2a2e338f3b1b89b2263
 (DIR) parent b372f9ce28610dc8dd860abd42f9837972bc5adb
 (HTM) Author: NRK <nrk@disroot.org>
       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(-)
       ---
 (DIR) 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 } },