mirror of
https://codeberg.org/adnano/wmenu.git
synced 2026-02-27 01:40:18 -05:00
wmenu-run: Populate items from PATH
This commit is contained in:
parent
92d3b294ae
commit
8f19d6a8d2
4 changed files with 68 additions and 44 deletions
2
wmenu.c
2
wmenu.c
|
|
@ -12,7 +12,7 @@ static void read_items(struct menu *menu) {
|
|||
if (p) {
|
||||
*p = '\0';
|
||||
}
|
||||
menu_add_item(menu, strdup(buf));
|
||||
menu_add_item(menu, strdup(buf), false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue