7 lines
112 B
C
7 lines
112 B
C
static void dwindle(Monitor *m);
|
|
|
|
static const Layout layouts[] = {
|
|
{"><>", NULL},
|
|
{"[T]", dwindle},
|
|
};
|