From 1ae1ac8ccd79716830f911fd97438d99d17998b2 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 20 Jan 2022 20:40:34 -0500 Subject: numlayouts: hard-code to one --- config.def.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 613bd52..90279d6 100644 --- a/config.def.h +++ b/config.def.h @@ -23,13 +23,11 @@ struct clr_scheme scheme1 = { /* 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 - NumLayouts // signals the last item, may not be omitted }; /* layers is an ordered list of layouts, used to cycle through */ static enum layout_id landscape_layers[] = { Full, // First layout is the default layout on startup - NumLayouts // signals the last item, may not be omitted }; #endif // config_def_h_INCLUDED -- cgit 1.4.1