index.md (984B)
1 highpriority 2 ============ 3 4 Description 5 ----------- 6 This patch will automatically sort the search result so that high priority items are shown first. 7 8 Adds the option *[SchemeHp]* to *colors* in config.def.h and the flags *hb*, *hf*, and *hp*. 9 10 * *hb*: Background color of the high priority items 11 * *hf*: Foreground color of the high priority items 12 * *hp*: A CSV (comma-seperated list) of high priority items 13 14 [![Screenshot dmenu with highpriority patch](dmenu-highpriority.gif)](dmenu-highpriority.gif) 15 16 In this case, *chromium* is added to *hp* and it came first on search instead of *chromedriver* 17 18 Download 19 -------- 20 * [dmenu-highpriority-4.9.diff](dmenu-highpriority-4.9.diff) 21 * [dmenu-highpriority-5.1.diff](dmenu-highpriority-5.1.diff) 22 * [dmenu-highpriority-e35976f.diff](dmenu-highpriority-e35976f.diff) 23 * [dmenu-highpriority-5.2.diff](dmenu-highpriority-5.2.diff) 24 25 Author 26 ------ 27 * Takase 28 * NRK (v5.1 and `e35976f` rebase, allocation related cleanup) 29 * Bhargav Das Gupta (v5.2)