aboutsummaryrefslogtreecommitdiff
path: root/dmenu.1
AgeCommit message (Collapse)AuthorFilesLines
2011-05-18no -m, cleanup4.3Connor Lane Smith1-11/+6
2011-05-15cleanupConnor Lane Smith1-2/+2
2011-05-14fast dmenu_path scriptConnor Lane Smith1-1/+1
2011-05-08fast grab patch (thanks Rob)Connor Lane Smith1-9/+13
2010-11-17moved main, updated argsConnor Lane Smith1-0/+5
2010-11-12updated manpageConnor Lane Smith1-1/+1
2010-10-08updated manpageConnor Lane Smith1-1/+1
2010-08-20rebound paste, removed useless max widthsConnor Lane Smith1-2/+2
2010-08-05new libdraw, typo fixesConnor Lane Smith1-1/+1
2010-08-02fixed bugs, no more config.h, updated manpage, new libdrawConnor Lane Smith1-52/+46
2010-07-31updated manpage, added paste, cleaned up, new libdrawConnor Lane Smith1-45/+49
2010-06-23typo fixesConnor Lane Smith1-1/+1
2010-06-20updated manpage, changed keybindsConnor Lane Smith1-26/+20
M- binds tend to be wm level, and there were up to 3 binds for the same action M-{hjkl} also no longer made sense in vlist mode
2010-06-09updated manpageConnor Lane Smith1-7/+11
2009-11-28applied cursor, vertical and paste patches for upcoming 4.1 dmenu version ↵Anselm R Garbe1-1/+6
(due to the fact that surf is using dmenu as well)
2008-05-19added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -wanselm@anselm11-14/+4
2008-03-25fix typo3.6Sander van Dijk1-1/+1
2008-03-18fixed match() to prefer prefix-matches to strstr-matches in the match list, ↵Anselm R Garbe1-1/+3
extended the -y handling, next version is 3.6
2008-03-12removed ido-matching, changed behavior of -i meaning case insensitive ↵Anselm R Garbe1-4/+12
matching now, commented -x, -y, -w arguments in dmenu.1
2007-09-30fixed dmenuAnselm R. Garbe1-1/+1
2007-09-23applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by ↵Anselm R. Garbe1-0/+4
default, added -i command line option to enable ido matching, added Michał to Copyright holders
2007-09-17next version is 3.3arg@suckless.org1-1/+1
2007-02-26changed Backspace/C-w behavior (now it only removes a single character)Anselm R. Garbe1-1/+1
2007-02-25Escape -s in dmenu.1Kris Maglione1-11/+11
2007-02-19removed -t, now using isatty() instead of select() to prevent execution from ↵Anselm R. Garbe1-4/+0
an interactive shell
2007-02-19removed draw.c, implemented C-w handling (backward word deletion)Anselm R. Garbe1-0/+3
2007-02-08nah nah nah, I can't get used to the bottom bar, pushing the conditional ↵Anselm R. Garbe1-0/+4
dmenu again
2007-02-08letting dmenu appear at the bottom by defaultAnselm R. Garbe1-4/+0
2007-01-16small fix of Control-j in dmenu.1Anselm R. Garbe1-2/+2
2007-01-11s/Mod1-Shift-g/Mod1-G/ in fact Sander is rightAnselm R. Garbe1-1/+1
2007-01-11documenting undocumented vi-alike shortcuts of dmenuAnselm R. Garbe1-3/+3
2007-01-11commented recent Control-shortcut additionsAnselm R. Garbe1-3/+3
2006-12-19fixed a typo in dmenu.11.8arg@mig291-1/+1
2006-12-19prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is ↵arg@mig291-15/+15
-sb, -selfg is -sf, -normbg is -nb, -normfg is -nf now)
2006-12-18added wmii reference to dmenu(1)arg@mig291-1/+2
2006-12-18applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes ↵arg@mig291-0/+4
it appear in the bottom (for wmii compliance), slightly modified version than the patch proposed by Stefan Tibus
2006-12-13changed text in dmenu manpage1.7arg@mig291-1/+1
2006-12-13added prompt option (-p 'prompt text'), documented in man page as wellarg@mig291-0/+4
2006-12-12ordered switch branches in kpress alphabetically, applied Sanders patch for ↵arg@mig291-1/+7
PgUp/Dn and Home/End scrolling
2006-09-26small update to man page (backported)arg@zarathustra1-6/+6
2006-09-26removed config.h stuff, made dwm configurable due to command line optionsarg@mmvi1-3/+24
2006-09-07another fixAnselm R. Garbe1-12/+9
2006-09-07made dmenu.1 also conciseAnselm R. Garbe1-25/+23
2006-09-04fixed man page0.8Anselm R. Garbe1-3/+3
2006-08-28updated man page0.6Anselm R. Garbe1-5/+5
2006-08-21small changes in dmenu.1Anselm R.Garbe1-1/+1
2006-08-10removed C-[ from source and man pageAnselm R.Garbe1-1/+1
2006-08-09removed control sequences which actually aren't implemented anymore (only ↵Anselm R.Garbe1-4/+4
the real unix control sequences are implemented)
2006-08-07made dmenu(1) more dwm(1) alikearg@10ksloc.org1-23/+22
2006-08-07appliead Sanders manpage/Makefile pactharg@10ksloc.org1-1/+1