summaryrefslogtreecommitdiffstats
path: root/dmenu.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add -of and -ob arguments for outline colors options for multi-selectionGravatar Julien Addé 2026-01-301-0/+10
|
* dmenu.1: document improved fastgrab behaviour from previous patchGravatar Hiltjo Posthuma 2019-01-271-2/+2
|
* Use bold for keyboard shortcuts in dmenu.1Gravatar David Demelier 2018-05-121-28/+28
| | | | | Like dwm, use the same syntax for all keyboard shortcuts for consistency.
* add key bindings for moving to the word start or endGravatar Quentin Rameau 2018-03-131-0/+12
| | | | Mod1+b/^Left and Mod1+f/^Right
* add embedding support with -w optionGravatar Quentin Rameau 2016-10-141-0/+5
|
* dmenu.1: group single optionsGravatar Quentin Rameau 2016-10-141-4/+1
|
* dmenu.1: fix -l optionGravatar Quentin Rameau 2016-10-141-1/+1
|
* dmenu.1: clarify monitor numbers are starting from 0 (first mon)Gravatar Hiltjo Posthuma 2015-11-071-1/+2
|
* applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-mGravatar Anselm R Garbe 2014-09-171-0/+3
|
* applied Martti Kühne's dmenu monitor patchGravatar Anselm R Garbe 2013-08-021-0/+5
| | | | https://gist.github.com/mar77i/3349298/raw/f6581ca96627f4c71c0bd1faf531daaf2a613b95/monarg.patch becomes upstream now
* applied multisel patch to mainlineGravatar Anselm R Garbe 2013-04-171-0/+3
|
* add ^G escape keybindingGravatar Karl F 2012-01-191-0/+3
|
* align M-[hjkl] closer to vi keysGravatar Connor Lane Smith 2012-01-021-4/+7
|
* add Mod1Mask keybindingsGravatar Connor Lane Smith 2012-01-011-13/+75
|
* update manpageGravatar Connor Lane Smith 2011-11-161-3/+7
|
* update manpageGravatar Connor Lane Smith 2011-09-201-9/+6
|
* simpler lsxGravatar Connor Lane Smith 2011-06-181-1/+2
|
* new dmenu_runGravatar Connor Lane Smith 2011-06-131-8/+3
|
* no -m, cleanupGravatar Connor Lane Smith 2011-05-181-11/+6
|
* cleanupGravatar Connor Lane Smith 2011-05-151-2/+2
|
* fast dmenu_path scriptGravatar Connor Lane Smith 2011-05-141-1/+1
|
* fast grab patch (thanks Rob)Gravatar Connor Lane Smith 2011-05-081-9/+13
|
* moved main, updated argsGravatar Connor Lane Smith 2010-11-171-0/+5
|
* updated manpageGravatar Connor Lane Smith 2010-11-121-1/+1
|
* updated manpageGravatar Connor Lane Smith 2010-10-081-1/+1
|
* rebound paste, removed useless max widthsGravatar Connor Lane Smith 2010-08-201-2/+2
|
* new libdraw, typo fixesGravatar Connor Lane Smith 2010-08-051-1/+1
|
* fixed bugs, no more config.h, updated manpage, new libdrawGravatar Connor Lane Smith 2010-08-021-52/+46
|
* updated manpage, added paste, cleaned up, new libdrawGravatar Connor Lane Smith 2010-07-311-45/+49
|
* typo fixesGravatar Connor Lane Smith 2010-06-231-1/+1
|
* updated manpage, changed keybindsGravatar Connor Lane Smith 2010-06-201-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
* updated manpageGravatar Connor Lane Smith 2010-06-091-7/+11
|
* applied cursor, vertical and paste patches for upcoming 4.1 dmenu version ↵Gravatar Anselm R Garbe 2009-11-281-1/+6
| | | | (due to the fact that surf is using dmenu as well)
* added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -wGravatar anselm@anselm1 2008-05-191-14/+4
|
* fix typoGravatar Sander van Dijk 2008-03-251-1/+1
|
* fixed match() to prefer prefix-matches to strstr-matches in the match list, ↵Gravatar Anselm R Garbe 2008-03-181-1/+3
| | | | extended the -y handling, next version is 3.6
* removed ido-matching, changed behavior of -i meaning case insensitive ↵Gravatar Anselm R Garbe 2008-03-121-4/+12
| | | | matching now, commented -x, -y, -w arguments in dmenu.1
* fixed dmenuGravatar Anselm R. Garbe 2007-09-301-1/+1
|
* applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by ↵Gravatar Anselm R. Garbe 2007-09-231-0/+4
| | | | default, added -i command line option to enable ido matching, added Michał to Copyright holders
* next version is 3.3Gravatar arg@suckless.org 2007-09-171-1/+1
|
* changed Backspace/C-w behavior (now it only removes a single character)Gravatar Anselm R. Garbe 2007-02-261-1/+1
|
* Escape -s in dmenu.1Gravatar Kris Maglione 2007-02-251-11/+11
|
* removed -t, now using isatty() instead of select() to prevent execution from ↵Gravatar Anselm R. Garbe 2007-02-191-4/+0
| | | | an interactive shell
* removed draw.c, implemented C-w handling (backward word deletion)Gravatar Anselm R. Garbe 2007-02-191-0/+3
|
* nah nah nah, I can't get used to the bottom bar, pushing the conditional ↵Gravatar Anselm R. Garbe 2007-02-081-0/+4
| | | | dmenu again
* letting dmenu appear at the bottom by defaultGravatar Anselm R. Garbe 2007-02-081-4/+0
|
* small fix of Control-j in dmenu.1Gravatar Anselm R. Garbe 2007-01-161-2/+2
|
* s/Mod1-Shift-g/Mod1-G/ in fact Sander is rightGravatar Anselm R. Garbe 2007-01-111-1/+1
|
* documenting undocumented vi-alike shortcuts of dmenuGravatar Anselm R. Garbe 2007-01-111-3/+3
|
* commented recent Control-shortcut additionsGravatar Anselm R. Garbe 2007-01-111-3/+3
|