summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2022-01-20 01:29:34 -0500
committerZach DeCook <zachdecook@librem.one>2022-01-20 01:29:34 -0500
commit4e666910b42ff7553f51f2f890a702673ab2a3b8 (patch)
treea2010a2a99e0b88ac9cfd1894c4406cd35d27a45 /config.def.h
parent15576352ea871f2d2a6c3fc02d5c90d9741395ff (diff)
downloadsuggpicker-4e666910b42ff7553f51f2f890a702673ab2a3b8.tar.gz
layout: Remove all but one layout
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 2c2ea33..613bd52 100644
--- a/config.def.h
+++ b/config.def.h
@@ -23,14 +23,12 @@ 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
-  Special,   Emoji, Simple, SimpleGrid, Nav, Dialer, Cyrillic, Arabic, Georgian,
   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[] = {
-  Landscape, // First layout is the default layout on startup
-  Special, Emoji, Nav,
+  Full, // First layout is the default layout on startup
   NumLayouts // signals the last item, may not be omitted
 };