dwm

dynamic window manager
git clone https://git.parazyd.org/dwm
Log | Files | Refs | README | LICENSE

commit a8ebe5f1b8dbbfb40840229f0c8467489f766094
parent c991d778f03b992ced97e091f933b2869a12aa4a
Author: parazyd <parazyd@dyne.org>
Date:   Sat,  8 Oct 2022 11:06:19 +0200

const Keys.

Diffstat:
Mconfig.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

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