changed window ordering

This commit is contained in:
Noah Swerhun 2020-10-06 23:12:55 -05:00
parent d4f7b19977
commit 1001264feb
3 changed files with 13 additions and 13 deletions

View file

@ -27,7 +27,7 @@ static const char *colors[][3] = {
}; };
/* tagging */ /* 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[] = { static const Rule rules[] = {
/* xprop(1): /* xprop(1):
@ -52,20 +52,20 @@ static const int resizehints = 0; /* 1 means respect size hints in tiled resi
static const Layout layouts[] = { static const Layout layouts[] = {
/* symbol arrange function */ /* symbol arrange function */
{ "[@]", spiral }, /* first entry is default */ { "[@]", spiral }, /* first entry is default */
{ "[]=", tile },
{ "H[]", deck }, { "H[]", deck },
{ "[M]", monocle },
{ "[\\]", dwindle },
{ "TTT", bstack },
{ "===", bstackhoriz },
{ "HHH", grid }, { "HHH", grid },
{ "###", nrowgrid }, /* { "[]=", tile }, */
{ "---", horizgrid }, /* { "[M]", monocle }, */
{ ":::", gaplessgrid }, /* { "[\\]", dwindle }, */
{ "|M|", centeredmaster }, /* { "TTT", bstack }, */
{ ">M>", centeredfloatingmaster }, /* { "===", bstackhoriz }, */
{ "><>", NULL }, /* no layout function means floating behavior */ /* { "###", nrowgrid }, */
{ NULL, NULL }, /* { "---", horizgrid }, */
/* { ":::", gaplessgrid }, */
/* { "|M|", centeredmaster }, */
/* { ">M>", centeredfloatingmaster }, */
/* { "><>", NULL }, /1* no layout function means floating behavior *1/ */
/* { NULL, NULL }, */
}; };
/* key definitions */ /* key definitions */

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.