URI: 
       const Keys. - dwm - dynamic window manager
  HTML git clone https://git.parazyd.org/dwm
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit a8ebe5f1b8dbbfb40840229f0c8467489f766094
   DIR parent c991d778f03b992ced97e091f933b2869a12aa4a
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Sat,  8 Oct 2022 11:06:19 +0200
       
       const Keys.
       
       Diffstat:
         M config.h                            |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/config.h b/config.h
       @@ -91,7 +91,8 @@ static const char *rickcmd[] = { "mpv", "--no-video", "never_gonna_give_you_up.m
        
        #include "focusurgent.c"
        #include "movestack.c"
       -static Key keys[] = {
       +
       +static const Key keys[] = {
                /* modifier                     key        function        argument */
                { MODKEY|ShiftMask,             XK_p,      spawn,          {.v = dmenucmd } },
                { MODKEY,                       XK_p,      spawn,          {.v = thingcmd } },