diff options
| author | Shivesh Mandalia <mail@shivesh.org> | 2023-01-31 21:48:32 +0000 |
|---|---|---|
| committer | Shivesh Mandalia <mail@shivesh.org> | 2023-01-31 21:48:32 +0000 |
| commit | e902c56e74721c2d9778277c9e171a552a2f0c5a (patch) | |
| tree | 7010563764f86443c46fc1d50c1909533c8d076d /config.def.h | |
| parent | 64398292d3d967cd88f196acde1b70024f9ce1ce (diff) | |
| parent | 41e2b8f30667078a4da04d5bd3d9eb839b118895 (diff) | |
| download | tabbed-e902c56e74721c2d9778277c9e171a552a2f0c5a.tar.gz tabbed-e902c56e74721c2d9778277c9e171a552a2f0c5a.zip | |
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index ccbba84..d901af5 100644 --- a/config.def.h +++ b/config.def.h @@ -35,7 +35,7 @@ static Bool npisrelative = False; } #define MODKEY ControlMask -static Key keys[] = { +static const Key keys[] = { /* modifier key function argument */ { MODKEY|ShiftMask, XK_Return, focusonce, { 0 } }, { MODKEY|ShiftMask, XK_Return, spawn, { 0 } }, |
