From e046a23ac4e156d49c0112f73559f11149ed2b15 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sat, 9 Aug 2025 07:36:06 -0500 Subject: Update to upstream version 6.5 --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 58af618..e0b257b 100644 --- a/config.def.h +++ b/config.def.h @@ -181,7 +181,7 @@ ResourcePref resources[] = { { "mfact", FLOAT, &mfact }, }; -static Key keys[] = { +static const Key keys[] = { /* modifier key function argument */ /* { MODKEY, XK_d, spawn, {.v = dmenucmd } }, */ /* { MODKEY, XK_r, spawn, {.v = rmenucmd } }, */ @@ -259,7 +259,7 @@ static Key keys[] = { /* button definitions */ /* click can be ClkTagBar, ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */ -static Button buttons[] = { +static const Button buttons[] = { /* click event mask button function argument */ { ClkLtSymbol, 0, Button1, setlayout, {0} }, { ClkLtSymbol, 0, Button3, setlayout, {.v = &layouts[2]} }, -- cgit v1.2.3