switched to rivercarro
This commit is contained in:
parent
1ff1457cda
commit
de37fff577
1 changed files with 7 additions and 6 deletions
13
config.h
13
config.h
|
@ -11,14 +11,15 @@ static char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
|
|||
/* layout name replacement values */
|
||||
static const char *layouts[][2] = {
|
||||
/* layout name replace */
|
||||
{ "rivertile - left", "[]=" },
|
||||
{ "rivertile - right", "=[]" },
|
||||
{ "rivertile - top", "[^]" },
|
||||
{ "rivertile - bottom", "[_]" },
|
||||
{ NULL, "><>" }, /* no layout, last layout */
|
||||
{ "left", "[]=" },
|
||||
{ "right", "=[]" },
|
||||
{ "top", "[^]" },
|
||||
{ "bottom", "[_]" },
|
||||
{ "monocle", "[M]" },
|
||||
{ NULL, "><>" }, /* no layout, last layout */
|
||||
};
|
||||
|
||||
static const char *termcmd[] = { "foot", NULL };
|
||||
static const char *termcmd[] = { "footclient", NULL };
|
||||
|
||||
/* button definitions */
|
||||
/* click can be ClkTagBar, ClkLayout, ClkMode, ClkTitle, ClkStatus */
|
||||
|
|
Loading…
Add table
Reference in a new issue