add -t
[xmenu] / config.h
index 6eb9b7c..9886a72 100644 (file)
--- a/config.h
+++ b/config.h
@@ -34,6 +34,9 @@ static struct Config config = {
 
        /* area around the icon, the triangle and the separator */
        .horzpadding = 8,
 
        /* area around the icon, the triangle and the separator */
        .horzpadding = 8,
+
+       /* if nonzero, enable type-to-select feature, can be togglet with -t */
+       .typetoselect = 0
 };
 
 /*
 };
 
 /*