Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize menu sorting | M Stoeckl | 2024-10-31 | 1 | -1/+2 |
| | | | | | | | Sorting and deduplicating elements after all items have been registered improves the time complexity of constructing the item list from O(n^2) to O(n log n). On a system with about 4000 menu items, this reduces startup time from about 0.21 seconds to 0.13 seconds. | ||||
* | Streamline menu callbacks | adnano | 2024-06-09 | 1 | -20/+22 |
| | |||||
* | Make wmenu-run behave like dmenu_run | NAHTAIV3L | 2024-06-09 | 1 | -6/+3 |
| | |||||
* | wmenu-run: Don't overwrite PATH | adnano | 2024-05-03 | 1 | -1/+2 |
| | |||||
* | wmenu-run: Populate items from PATH | adnano | 2024-05-03 | 1 | -6/+13 |
| | |||||
* | Add wmenu-run executable | adnano | 2024-05-02 | 1 | -0/+70 |