Drop wmenu -x option

This commit is contained in:
adnano 2024-05-02 14:44:09 -04:00
parent e4c4627eeb
commit 6a39269d2e
5 changed files with 4 additions and 61 deletions

2
menu.h
View file

@ -56,8 +56,6 @@ struct menu {
int (*strncmp)(const char *, const char *, size_t);
// Whether the input is a password
bool passwd;
// Whether to execute the selected item
bool exec;
// The font used to display the menu
char *font;
// The number of lines to list items vertically