about summary refs log tree commit diff
path: root/config.h
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2022-01-21 17:22:25 -0500
committerZach DeCook <zachdecook@librem.one>2022-01-21 17:22:25 -0500
commit6e16e55851b472513b3869e8af757c7e4fbc131f (patch)
tree237a404fbddb9a3fe6539a336b9c563f254466e7 /config.h
parent707cf18d0ce882504c19a534e236c050f745ca81 (diff)
downloadsuggpicker-6e16e55851b472513b3869e8af757c7e4fbc131f.tar.gz
layout: Rename to suggs
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 0 insertions, 5 deletions
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