# HG changeset patch # User jasonwryan # Date 1366617399 -43200 # Mon Apr 22 19:56:39 2013 +1200 # Node ID 4b30b835aec076e3e5fda611fbc1faa3fed1789a # Parent 142e9a7b7b24d4690b671d0f72e63f93938ae6d1 Moved to termite diff --git a/centurion.config b/centurion.config --- a/centurion.config +++ b/centurion.config @@ -3,7 +3,7 @@ diff -r 9416734598f5 config.def.h --- a/config.def.h Tue Nov 13 20:26:01 2012 +1300 -+++ b/config.def.h Wed Nov 14 19:03:57 2012 +1300 ++++ b/config.def.h Mon Apr 22 19:54:03 2013 +1200 @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ @@ -42,3 +42,12 @@ static const int nmaster = 1; /* number of clients in master area */ static const Bool resizehints = False;/* True means respect size hints in tiled resizals */ +@@ -65,7 +69,7 @@ + /* commands */ + static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", colors[0][ColBG], "-nf", colors[0][ColFG], "-sb", colors[1][ColBG], "-sf", colors[1][ColFG], NULL }; + static const char *termcmd[] = { "urxvtc", NULL }; +-static const char *xtermcmd[] = { "xterm", NULL }; ++static const char *xtermcmd[] = { "termite", NULL }; + static const char *mailcmd[] = { "urxvtc", "-title", "mutt", "-e", "mutt", NULL }; + static const char *tmuxcmd[] = { "urxvtc", "-title", "tmux", "-e", "tmux", "-f", "/home/jason/.tmux/conf", NULL }; + static const char *padcmd[] = { "urxvtc", "-title", "scratchpad", "-geometry", "56x10-30+40", NULL };