aboutsummaryrefslogtreecommitdiffstats
path: root/dmenu.1
AgeCommit message (Expand)Author
2019-01-27dmenu.1: document improved fastgrab behaviour from previous patchHiltjo Posthuma
2018-05-12Use bold for keyboard shortcuts in dmenu.1David Demelier
2018-03-13add key bindings for moving to the word start or endQuentin Rameau
2016-10-14add embedding support with -w optionQuentin Rameau
2016-10-14dmenu.1: group single optionsQuentin Rameau
2016-10-14dmenu.1: fix -l optionQuentin Rameau
2015-11-07dmenu.1: clarify monitor numbers are starting from 0 (first mon)Hiltjo Posthuma
2014-09-17applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-mAnselm R Garbe
2013-08-02applied Martti Kühne's dmenu monitor patchAnselm R Garbe
2013-04-17applied multisel patch to mainlineAnselm R Garbe
2012-01-19add ^G escape keybindingKarl F
2012-01-02align M-[hjkl] closer to vi keysConnor Lane Smith
2012-01-01add Mod1Mask keybindingsConnor Lane Smith
2011-11-16update manpageConnor Lane Smith
2011-09-20update manpageConnor Lane Smith
2011-06-18simpler lsxConnor Lane Smith
2011-06-13new dmenu_runConnor Lane Smith
2011-05-18no -m, cleanup4.3Connor Lane Smith
2011-05-15cleanupConnor Lane Smith
2011-05-14fast dmenu_path scriptConnor Lane Smith
2011-05-08fast grab patch (thanks Rob)Connor Lane Smith
2010-11-17moved main, updated argsConnor Lane Smith
2010-11-12updated manpageConnor Lane Smith
2010-10-09updated manpageConnor Lane Smith
2010-08-20rebound paste, removed useless max widthsConnor Lane Smith
2010-08-05new libdraw, typo fixesConnor Lane Smith
2010-08-02fixed bugs, no more config.h, updated manpage, new libdrawConnor Lane Smith
2010-07-31updated manpage, added paste, cleaned up, new libdrawConnor Lane Smith
2010-06-23typo fixesConnor Lane Smith
2010-06-20updated manpage, changed keybindsConnor Lane Smith
2010-06-09updated manpageConnor Lane Smith
2009-11-28applied cursor, vertical and paste patches for upcoming 4.1 dmenu version (du...Anselm R Garbe
2008-05-19added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -wanselm@anselm1
2008-03-25fix typo3.6Sander van Dijk
2008-03-18fixed match() to prefer prefix-matches to strstr-matches in the match list, e...Anselm R Garbe
2008-03-12removed ido-matching, changed behavior of -i meaning case insensitive matchin...Anselm R Garbe
2007-09-30fixed dmenuAnselm R. Garbe
2007-09-23applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by de...Anselm R. Garbe
2007-09-17next version is 3.3arg@suckless.org
2007-02-26changed Backspace/C-w behavior (now it only removes a single character)Anselm R. Garbe
2007-02-25Escape -s in dmenu.1Kris Maglione
2007-02-19removed -t, now using isatty() instead of select() to prevent execution from ...Anselm R. Garbe
2007-02-19removed draw.c, implemented C-w handling (backward word deletion)Anselm R. Garbe
2007-02-08nah nah nah, I can't get used to the bottom bar, pushing the conditional dme...Anselm R. Garbe
2007-02-08letting dmenu appear at the bottom by defaultAnselm R. Garbe
2007-01-16small fix of Control-j in dmenu.1Anselm R. Garbe
2007-01-11s/Mod1-Shift-g/Mod1-G/ in fact Sander is rightAnselm R. Garbe
2007-01-11documenting undocumented vi-alike shortcuts of dmenuAnselm R. Garbe
2007-01-11commented recent Control-shortcut additionsAnselm R. Garbe
2006-12-19fixed a typo in dmenu.11.8arg@mig29