Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-24 | update patch: dmenu_omit - refresh cache on dmenu_omit file changeHEADmaster | Steph Enders | |
Regardless of how the dmenu_omit file is edited, if newer than the cache regenerate the cache! | |||
2024-06-24 | add patch: dmenu_omit - filter omitted entries | Steph Enders | |
dmenu_omit is a filtering tool that appends any supplied entries to a list of items to filter from the dmenu result. This allows the user to remove troublesome items that exist in path, that need to exist in path, but are useless from dmenu. dmenu_omit is the command line tool to append these items to the list. dmenu_path was modified to filter based on the items in this list. dmenu_omitlist is the file stored in your configdir containing these files. Makefile was updated to install/uninstall the dmenu_omit | |||
2019-02-12 | make dmenu_path script executable | Hiltjo Posthuma | |
(as dmenu_run is) | |||
2018-07-21 | dmenu_path: always use the cachedir | Quentin Rameau | |
2012-07-30 | dmenu_run: Split cache logic to dmenu_path again | Quentin Glidic | |
This allows to run dmenu_path to update the cache using a packager manager hook system | |||
2011-06-13 | new dmenu_run | Connor Lane Smith | |
2011-06-13 | new lsx branch | Connor Lane Smith | |
2011-05-14 | only match links | Connor Lane Smith | |
2011-05-14 | follow symlinks | Connor Lane Smith | |
2011-05-14 | whoops, wrong dmenu_path version | Connor Lane Smith | |
2011-05-14 | fast dmenu_path script | Connor Lane Smith | |
2010-10-08 | dmenu_path.c (shell is a bottleneck) | Connor Lane Smith | |
2010-08-02 | fixed bugs, no more config.h, updated manpage, new libdraw | Connor Lane Smith | |
2008-04-09 | though sticking to |uniq | Anselm R Garbe | |
2008-04-09 | re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd ↵ | Anselm R Garbe | |
reasons they disappeared | |||
2007-05-24 | I agree with the race fix of JG, but I dislike the SUSV3-breaking find, and ↵ | Anselm R. Garbe | |
I don't care about PATH changes, keep it simple, stupid | |||
2007-05-23 | Fix the uptodate logic (uptodate if !find newer dirs than the cache). | Kris Maglione | |
2007-05-23 | Silence the first find in dmenu_path. | Kris Maglione | |
2007-05-23 | Fix grouping in dmenu_path. | Kris Maglione | |
2007-05-23 | Changed dmenu_path (fixed race, improved speed, check that $PATH is the same ↵ | Kris Maglione | |
as the last run). | |||
2007-05-23 | made dmenu_path the way anydot proposed in response to Jukka | Anselm R. Garbe | |
2007-05-23 | applied Jukka's fix | Anselm R. Garbe | |
2007-05-14 | applied anydot's dmenu_path caching patch, thank you! | Anselm R. Garbe | |
2007-02-24 | I also dislike sort -u, I support that each Unix tool does one job and does ↵ | Anselm R. Garbe | |
it right ;) | |||
2007-02-23 | using the old-style fashion we uses earlier | Anselm R. Garbe | |
2007-02-23 | ok 2.4.2 | Anselm R. Garbe | |
2007-02-23 | hotfix | Anselm R. Garbe | |
2007-02-23 | added dmenu_path convenience script | Anselm R. Garbe | |