changeset 1439 | 17c047097617 |
parent 1437 | bb00510a176a |
child 1440 | d4f7bc21588f |
--- a/config.def.h Thu Jul 02 14:42:06 2009 +0100 +++ b/config.def.h Thu Jul 02 16:41:52 2009 +0100 @@ -13,6 +13,9 @@ static unsigned int borderpx = 1; /* border pixel of windows */ static unsigned int snap = 32; /* snap pixel */ +/* monitor(s) symbols */ +static const char *monsyms[] = { "I", "II", "III", "IV", "V" }; + /* tagging */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };