# HG changeset patch # User jasonwryan # Date 1368093133 -43200 # Thu May 09 21:52:13 2013 +1200 # Node ID 04f033123f9288dbc9f7aca22ac4f8a6813b5297 # Parent a0b7b2d8594e6a4bd0e3d3a7e8d180f9ff6d5fdc # Parent 4b30b835aec076e3e5fda611fbc1faa3fed1789a Commit before merge 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 };