diff --git a/config.h b/config.h index ac04204..9cb72bf 100644 --- a/config.h +++ b/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 */