Add workspace starting layouts

This commit is contained in:
2026-06-28 19:41:21 -04:00
parent 6c3dc371e3
commit 667dad864a
4 changed files with 83 additions and 1 deletions
+3
View File
@@ -134,6 +134,9 @@ typedef struct {
CfgAutostart autostart[CFG_MAX_AUTOSTART];
int nautostart;
/* Per-workspace (tag) default layouts, indexed by tag index 0-8 */
char workspace_layouts[9][CFG_MAX_STRLEN];
} Config;
/* Public API */