aboutsummaryrefslogtreecommitdiff
path: root/dmenu.1
AgeCommit message (Collapse)AuthorFilesLines
2015-11-07dmenu.1: clarify monitor numbers are starting from 0 (first mon)Hiltjo Posthuma1-1/+2
2014-09-17applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-mAnselm R Garbe1-0/+3
2013-08-02applied Martti Kühne's dmenu monitor patchAnselm R Garbe1-0/+5
https://gist.github.com/mar77i/3349298/raw/f6581ca96627f4c71c0bd1faf531daaf2a613b95/monarg.patch becomes upstream now
2013-04-17applied multisel patch to mainlineAnselm R Garbe1-0/+3
2012-01-19add ^G escape keybindingKarl F1-0/+3
2012-01-02align M-[hjkl] closer to vi keysConnor Lane Smith1-4/+7
2012-01-01add Mod1Mask keybindingsConnor Lane Smith1-13/+75
2011-11-16update manpageConnor Lane Smith1-3/+7
2011-09-20update manpageConnor Lane Smith1-9/+6
2011-06-18simpler lsxConnor Lane Smith1-1/+2
2011-06-13new dmenu_runConnor Lane Smith1-8/+3
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