diff options
author | ZachIR <zachir@librem.one> | 2025-08-09 07:36:06 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-08-09 07:36:06 -0500 |
commit | e046a23ac4e156d49c0112f73559f11149ed2b15 (patch) | |
tree | 5e004156571f63c3b30348dbab2c1edec310c0ea /config.def.h | |
parent | e5cd3d969731876646f5ed18320d8437a9a09b61 (diff) |
Update to upstream version 6.5
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
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]} }, |