aboutsummaryrefslogtreecommitdiff
path: root/dmenu.1
Commit message (Collapse)AuthorAge
* add embedding support with -w optionQuentin Rameau2016-10-14
|
* dmenu.1: group single optionsQuentin Rameau2016-10-14
|
* dmenu.1: fix -l optionQuentin Rameau2016-10-14
|
* dmenu.1: clarify monitor numbers are starting from 0 (first mon)Hiltjo Posthuma2015-11-07
|
* applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-mAnselm R Garbe2014-09-17
|
* applied Martti Kühne's dmenu monitor patchAnselm R Garbe2013-08-02
| | | | https://gist.github.com/mar77i/3349298/raw/f6581ca96627f4c71c0bd1faf531daaf2a613b95/monarg.patch becomes upstream now
* applied multisel patch to mainlineAnselm R Garbe2013-04-17
|
* add ^G escape keybindingKarl F2012-01-19
|
* align M-[hjkl] closer to vi keysConnor Lane Smith2012-01-02
|
* add Mod1Mask keybindingsConnor Lane Smith2012-01-01
|
* update manpageConnor Lane Smith2011-11-16
|
* update manpageConnor Lane Smith2011-09-20
|
* simpler lsxConnor Lane Smith2011-06-18
|
* new dmenu_runConnor Lane Smith2011-06-13
|
* no -m, cleanupConnor Lane Smith2011-05-18
|
* cleanupConnor Lane Smith2011-05-15
|
* fast dmenu_path scriptConnor Lane Smith2011-05-14
|
* fast grab patch (thanks Rob)Connor Lane Smith2011-05-08
|
* moved main, updated argsConnor Lane Smith2010-11-17
|
* updated manpageConnor Lane Smith2010-11-12
|
* updated manpageConnor Lane Smith2010-10-08
|
* rebound paste, removed useless max widthsConnor Lane Smith2010-08-20
|
* new libdraw, typo fixesConnor Lane Smith2010-08-05
|
* fixed bugs, no more config.h, updated manpage, new libdrawConnor Lane Smith2010-08-02
|
* updated manpage, added paste, cleaned up, new libdrawConnor Lane Smith2010-07-31
|
* typo fixesConnor Lane Smith2010-06-23
|
* updated manpage, changed keybindsConnor Lane Smith2010-06-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
* updated manpageConnor Lane Smith2010-06-09
|
* applied cursor, vertical and paste patches for upcoming 4.1 dmenu version ↵Anselm R Garbe2009-11-28
| | | | (due to the fact that surf is using dmenu as well)
* added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -wanselm@anselm12008-05-19
|
* fix typoSander van Dijk2008-03-25
|
* fixed match() to prefer prefix-matches to strstr-matches in the match list, ↵Anselm R Garbe2008-03-18
| | | | extended the -y handling, next version is 3.6
* removed ido-matching, changed behavior of -i meaning case insensitive ↵Anselm R Garbe2008-03-12
| | | | matching now, commented -x, -y, -w arguments in dmenu.1
* fixed dmenuAnselm R. Garbe2007-09-30
|
* applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by ↵Anselm R. Garbe2007-09-23
| | | | default, added -i command line option to enable ido matching, added Michał to Copyright holders
* next version is 3.3arg@suckless.org2007-09-17
|
* changed Backspace/C-w behavior (now it only removes a single character)Anselm R. Garbe2007-02-26
|
* Escape -s in dmenu.1Kris Maglione2007-02-25
|
* removed -t, now using isatty() instead of select() to prevent execution from ↵Anselm R. Garbe2007-02-19
| | | | an interactive shell
* removed draw.c, implemented C-w handling (backward word deletion)Anselm R. Garbe2007-02-19
|
* nah nah nah, I can't get used to the bottom bar, pushing the conditional ↵Anselm R. Garbe2007-02-08
| | | | dmenu again
* letting dmenu appear at the bottom by defaultAnselm R. Garbe2007-02-08
|
* small fix of Control-j in dmenu.1Anselm R. Garbe2007-01-16
|
* s/Mod1-Shift-g/Mod1-G/ in fact Sander is rightAnselm R. Garbe2007-01-11
|
* documenting undocumented vi-alike shortcuts of dmenuAnselm R. Garbe2007-01-11
|
* commented recent Control-shortcut additionsAnselm R. Garbe2007-01-11
|
* fixed a typo in dmenu.1arg@mig292006-12-19
|
* prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is ↵arg@mig292006-12-19
| | | | -sb, -selfg is -sf, -normbg is -nb, -normfg is -nf now)
* added wmii reference to dmenu(1)arg@mig292006-12-18
|
* applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes ↵arg@mig292006-12-18
| | | | it appear in the bottom (for wmii compliance), slightly modified version than the patch proposed by Stefan Tibus