summaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-13 00:37:01 -0300
committerAndrés <andmarti@gmail.com>2021-03-13 00:37:01 -0300
commit58863f09be7d8839f52b2264ec709c8be5ff1bc2 (patch)
treeac0b219de828e96005ffe29c4868ee4076cb07d4 /src/conf.c
parent8274b7f0580cf95a157fb7a2bf68a50100c30ac8 (diff)
Added new 'input_bar_bottom' configuration variable
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.c b/src/conf.c
index 4abee83..949e70f 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -83,6 +83,7 @@ void store_default_config_values() {
put(user_conf_d, "trigger", "1");
put(user_conf_d, "version", "0");
put(user_conf_d, "help", "0");
+ put(user_conf_d, "input_bar_bottom", "0");
#ifdef AUTOBACKUP
put(user_conf_d, "autobackup", "0"); // 0:noautobackup, n>0: backup every n in seconds
#endif