aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorShivesh Mandalia <mail@shivesh.org>2023-01-31 21:48:32 +0000
committerShivesh Mandalia <mail@shivesh.org>2023-01-31 21:48:32 +0000
commite902c56e74721c2d9778277c9e171a552a2f0c5a (patch)
tree7010563764f86443c46fc1d50c1909533c8d076d /config.def.h
parent64398292d3d967cd88f196acde1b70024f9ce1ce (diff)
parent41e2b8f30667078a4da04d5bd3d9eb839b118895 (diff)
downloadtabbed-shivesh.tar.gz
tabbed-shivesh.zip
Merge branch 'master' into shiveshHEADshivesh
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
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 } },