commit
67eabfe475
1 changed files with 2 additions and 2 deletions
4
config.h
4
config.h
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue