aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 9d59b74..f04e1a8 100644
--- a/config.def.h
+++ b/config.def.h
@@ -46,8 +46,8 @@ static const AppRule rules[] = { \
};
/** commands **/
-const char *termcmd[] = { "xterm", NULL };
-const char *dmenucmd[] = { "dmenu", NULL };
+static const char *termcmd[] = { "xterm", NULL };
+static const char *dmenucmd[] = { "dmenu", NULL };
#define DESKTOPCHANGE(K,N) \
{ MOD1, K, change_desktop, {.i = N}}, \