switched to rivercarro

This commit is contained in:
λmolinae 2025-05-25 14:40:36 -06:00
parent 1ff1457cda
commit de37fff577

View file

@ -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 */