Merge pull request #139 from kronikpillow/merge

small fix
This commit is contained in:
Luke Smith 2020-12-15 09:15:50 -05:00 committed by GitHub
commit 67eabfe475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ const char *spcmd2[] = {TERMINAL, "-n", "spcalc", "-f", "monospace:size=16", "-g
static Sp scratchpads[] = {
/* name cmd */
{"spterm", spcmd1},
{"spranger", spcmd2},
{"spcalc", spcmd2},
};
/* tagging */
@ -70,7 +70,7 @@ static const Layout layouts[] = {
{ "[@]", spiral }, /* Fibonacci spiral */
{ "[\\]", dwindle }, /* Decreasing in size right and leftward */
{ "H[]", deck }, /* Master on left, slaves in monocle-like mode on right */
{ "[D]", deck }, /* Master on left, slaves in monocle-like mode on right */
{ "[M]", monocle }, /* All windows on top of eachother */
{ "|M|", centeredmaster }, /* Master in middle, slaves on sides */