aboutsummaryrefslogtreecommitdiff
path: root/wmenu-run.c
Commit message (Collapse)AuthorAgeFilesLines
* Optimize menu sortingM Stoeckl2024-10-311-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 callbacksadnano2024-06-091-20/+22
|
* Make wmenu-run behave like dmenu_runNAHTAIV3L2024-06-091-6/+3
|
* wmenu-run: Don't overwrite PATHadnano2024-05-031-1/+2
|
* wmenu-run: Populate items from PATHadnano2024-05-031-6/+13
|
* Add wmenu-run executableadnano2024-05-021-0/+70