peachwm birth

This commit is contained in:
2026-06-28 17:26:07 -04:00
parent 299210cdcc
commit 763512a24f
38 changed files with 11429 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
static void dwindle(Monitor *m);
static const Layout layouts[] = {
{"><>", NULL},
{"[T]", dwindle},
};