diff options
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]} }, |