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