From 9f48ab3dd6ce7f52d3341eb552eff94b68086c58 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Tue, 7 Feb 2012 03:39:23 +0200 Subject: default terminal is xterm --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}, \ -- cgit v1.3.1