summaryrefslogtreecommitdiffstats
path: root/dmenu_run (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dmenu_run: Split cache logic to dmenu_path againGravatar Quentin Glidic 2012-07-301-14/+1
| | | | This allows to run dmenu_path to update the cache using a packager manager hook system
* merge stest -> defaultGravatar Connor Lane Smith 2011-12-191-2/+2
|\
| * simplify stestGravatar Connor Lane Smith 2011-11-271-4/+2
| |
| * replace lsx with stestGravatar Connor Lane Smith 2011-11-191-2/+4
| |
* | comment xdg fallback behaviourGravatar Connor Lane Smith 2011-12-191-1/+1
| |
* | fork dmenu_run to disown child shellGravatar Connor Lane Smith 2011-12-091-1/+1
| |
* | dmenu_run: use $SHELLGravatar Connor Lane Smith 2011-11-231-1/+1
| |
* | fix dmenu_path exec shGravatar Connor Lane Smith 2011-11-191-1/+1
| |
* | faster dmenu_run -fGravatar Connor Lane Smith 2011-11-191-7/+10
|/
* simplify dmenu_runGravatar Connor Lane Smith 2011-10-171-1/+1
|
* use ~/.dmenu_cache if no xdg cacheGravatar Connor Lane Smith 2011-10-171-1/+4
|
* dmenu_run: sh -cGravatar Connor Lane Smith 2011-07-241-1/+1
|
* new dmenu_runGravatar Connor Lane Smith 2011-06-131-1/+8
|
* no exe should be unquoted, agreed to Peter HartlichGravatar Anselm R Garbe 2008-04-101-1/+1
|
* fixed unquoted dmenu_run $exe-use reported by JukkaGravatar Anselm R Garbe 2008-04-101-1/+1
|
* re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd ↵Gravatar Anselm R Garbe 2008-04-091-1/+1
| | | | reasons they disappeared
* removed setGravatar Anselm R Garbe 2008-02-121-1/+1
|
* updatedGravatar anselm@aab 2008-02-111-1/+1
|
* added dmenu runGravatar anselm@anselm1 2007-12-221-0/+2
ravatar' /> Christopher Lane 1-1/+1 Updated the path to the example script and fixed a typo in the readme 2024-09-08added getenv and putenv to Lua APIGravatar BanceDev 2-5/+33 fixed bug where terminal closed upon encountering Lua error 2024-09-08added lua api functions for indexing historyGravatar BanceDev 2-0/+35 2024-09-08added support for cli args for lua scriptsGravatar BanceDev 4-3/+28 2024-09-07added --version flagGravatar BanceDev 1-1/+9 2024-09-07fixed error in install.sh instructionsGravatar BanceDev 1-1/+1 2024-09-07fixed bug with cursor alignment when adding text within the bufferGravatar BanceDev 1-1/+11 2024-09-06added API guide to readmeGravatar BanceDev 1-1/+5 2024-09-06Update README.mdGravatar Lance Borden 1-1/+1 2024-09-06better readmeGravatar BanceDev 2-2/+14