aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDushyant Ahuja <dusht.ahuja@gmail.com>2020-10-31 00:31:44 +0530
committerGitHub <noreply@github.com>2020-10-30 15:01:44 -0400
commit21ba8a9d7a7a4721a77f741b4e75a7806b0d67e1 (patch)
tree85fbd5fb1c6b0a8064a3a9a2af3e08da6956614a
parenta5604320418a13472940f4bdf11e56a9c197ff12 (diff)
downloadkutter-21ba8a9d7a7a4721a77f741b4e75a7806b0d67e1.tar.gz
kutter-21ba8a9d7a7a4721a77f741b4e75a7806b0d67e1.tar.xz
kutter-21ba8a9d7a7a4721a77f741b4e75a7806b0d67e1.zip
config: Document menu_root (#3465)
Document the previously undocumented menu_root parameter in the [display] section Signed-off-by: Dushyant Ahuja <dusht.ahuja@gmail.com>
-rw-r--r--config/example-extras.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index 854d38ff..4f58d02a 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -1993,6 +1993,10 @@
# Timeout for menu. Being inactive this amount of seconds will
# trigger menu exit or return to root menu when having autorun
# enabled. The default is 0 seconds (disabled)
+#menu_root:
+# Name of the main menu section to show when clicking the encoder
+# on the home screen. The defaults is __main, and this shows the
+# the default menus as defined in klippy/extras/display/menu.cfg
#menu_reverse_navigation:
# When enabled it will reverse up and down directions for list
# navigation. The default is False. This parameter is optional.