From 605f503d9b7334570a8c01a0ab1cb21baf2f3472 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 19 Jul 2025 00:17:13 -0500 Subject: Don't make dmenu compat new config file options --- src/config.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index 98015ce..52e14d8 100644 --- a/src/config.c +++ b/src/config.c @@ -319,12 +319,6 @@ bool parse_option(struct tofi *tofi, const char *filename, size_t lineno, const free(config); free(tmp); } - } else if (strcasecmp(option, "bottom") == 0) { - tofi->anchor = ANCHOR_BOTTOM; - } else if (strcasecmp(option, "password") == 0) { - tofi->window.entry.hide_input = true; - } else if (strcasecmp(option, "require") == 0) { - tofi->require_match = true; } else if (strcasecmp(option, "anchor") == 0) { uint32_t val = parse_anchor(filename, lineno, value, &err); if (!err) { -- cgit v1.2.3