diff options
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 9a606de..c1e1166 100644 --- a/config.def.h +++ b/config.def.h @@ -32,7 +32,7 @@ static const AppRule rules[] = { \ }; /** commands **/ -static const char *termcmd[] = { "xterm", NULL }; +static const char *termcmd[] = { "xterm", NULL }; #define DESKTOPCHANGE(K,N) \ { MOD1, K, change_desktop, {.i = N}}, \ |
