diff --git a/config.h b/config.h index 8f60a41..552424f 100644 --- a/config.h +++ b/config.h @@ -27,7 +27,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "I", "II", "III", "IV", "V", "VI", "VII", "VIII", "IX" }; +static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; static const Rule rules[] = { /* xprop(1): @@ -52,20 +52,20 @@ static const int resizehints = 0; /* 1 means respect size hints in tiled resi static const Layout layouts[] = { /* symbol arrange function */ { "[@]", spiral }, /* first entry is default */ - { "[]=", tile }, { "H[]", deck }, - { "[M]", monocle }, - { "[\\]", dwindle }, - { "TTT", bstack }, - { "===", bstackhoriz }, { "HHH", grid }, - { "###", nrowgrid }, - { "---", horizgrid }, - { ":::", gaplessgrid }, - { "|M|", centeredmaster }, - { ">M>", centeredfloatingmaster }, - { "><>", NULL }, /* no layout function means floating behavior */ - { NULL, NULL }, + /* { "[]=", tile }, */ + /* { "[M]", monocle }, */ + /* { "[\\]", dwindle }, */ + /* { "TTT", bstack }, */ + /* { "===", bstackhoriz }, */ + /* { "###", nrowgrid }, */ + /* { "---", horizgrid }, */ + /* { ":::", gaplessgrid }, */ + /* { "|M|", centeredmaster }, */ + /* { ">M>", centeredfloatingmaster }, */ + /* { "><>", NULL }, /1* no layout function means floating behavior *1/ */ + /* { NULL, NULL }, */ }; /* key definitions */ diff --git a/dwm b/dwm index d1fb466..d8496b6 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index a07d7a1..f61d0ca 100644 Binary files a/dwm.o and b/dwm.o differ