@@ -119,20 +119,16 @@ static const int resizehints = 1; /* 1 means respect size hints in tiled resi
119119
120120static const Layout layouts [] = {
121121 /* symbol arrange function */
122- { "[]=" , tile }, /* Default: Master on left, slaves on right */
123- { "TTT" , bstack }, /* Master on top, slaves on bottom */
124-
125- { "[@]" , spiral }, /* Fibonacci spiral */
126- { "[\\]" , dwindle }, /* Decreasing in size right and leftward */
127-
128- { "[D]" , deck }, /* Master on left, slaves in monocle-like mode on right */
129- { "[M]" , monocle }, /* All windows on top of eachother */
130-
131- { "|M|" , centeredmaster }, /* Master in middle, slaves on sides */
132- { ">M>" , centeredfloatingmaster }, /* Same but master floats */
133-
134- { "><>" , NULL }, /* no layout function means floating behavior */
135- { NULL , NULL },
122+ { "[]=" , tile }, /* Default: Master on left, slaves on right */
123+ { "TTT" , bstack }, /* Master on top, slaves on bottom */
124+ { "[@]" , spiral }, /* Fibonacci spiral */
125+ { "[\\]" , dwindle }, /* Decreasing in size right and leftward */
126+ { "[D]" , deck }, /* Master on left, slaves in monocle-like mode on right */
127+ { "[M]" , monocle }, /* All windows on top of eachother */
128+ { "|M|" , centeredmaster }, /* Master in middle, slaves on sides */
129+ { ">M>" , centeredfloatingmaster }, /* Same but master floats */
130+ { "><>" , NULL }, /* no layout function means floating behavior */
131+ { NULL , NULL },
136132};
137133
138134static const Taglayout taglayouts [] = {
0 commit comments