about summary refs log tree commit diff stats
diff options
context:
space:
mode:
author2022-10-05 14:29:36 +0600
committer2022-10-05 17:54:36 +0200
commit5ddbc73bb885cc140a19e2a2e338f3b1b89b2263 (patch)
treef2bc0ac51ddfb1f1b60ccb76500ba859424c39ac
parentb372f9ce28610dc8dd860abd42f9837972bc5adb (diff)
downloadtabbed-5ddbc73bb885cc140a19e2a2e338f3b1b89b2263.tar.gz
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index defa426..51bb13d 100644
--- a/config.def.h
+++ b/config.def.h
@@ -34,7 +34,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 } },