From 6e16e55851b472513b3869e8af757c7e4fbc131f Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Fri, 21 Jan 2022 17:22:25 -0500 Subject: layout: Rename to suggs --- config.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index ce6d16f..bdb8dc7 100644 --- a/config.h +++ b/config.h @@ -12,9 +12,4 @@ struct clr_scheme scheme = { .text = {.color = UINT32_MAX}, }; -/* layers is an ordered list of layouts, used to cycle through */ -static enum layout_id layers[] = { - Full, // First layout is the default layout on startup -}; - #endif // config_def_h_INCLUDED -- cgit 1.4.1