Commit Graph

65 Commits

Author SHA1 Message Date
Anselm R Garbe 13a529ce63 applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-m 2014-09-17 13:40:11 +02:00
Anselm R Garbe 13f787306f applied Martti Kühne's dmenu monitor patch
f6581ca966/monarg.patch becomes upstream now
2013-08-02 22:30:20 +02:00
Anselm R Garbe 0d12a47415 applied multisel patch to mainline 2013-04-17 20:56:54 +02:00
Karl F 50145384c8 add ^G escape keybinding 2012-01-19 22:52:17 +00:00
Connor Lane Smith 3402a8d53a align M-[hjkl] closer to vi keys 2012-01-02 19:48:11 +01:00
Connor Lane Smith b95fb20269 add Mod1Mask keybindings 2012-01-01 20:32:40 +01:00
Connor Lane Smith 8ac44eb75a update manpage 2011-11-16 11:26:15 +01:00
Connor Lane Smith 0582480801 update manpage 2011-09-20 00:06:13 +01:00
Connor Lane Smith 86e9e6f1ec simpler lsx 2011-06-18 07:50:46 +01:00
Connor Lane Smith eadf090413 new dmenu_run 2011-06-13 21:50:31 +01:00
Connor Lane Smith bb3e33def3 no -m, cleanup 2011-05-18 16:20:03 +01:00
Connor Lane Smith 1654d6cd62 cleanup 2011-05-15 02:37:49 +01:00
Connor Lane Smith 15505bd711 fast dmenu_path script 2011-05-14 20:43:11 +01:00
Connor Lane Smith e0e6b071c6 fast grab patch (thanks Rob) 2011-05-08 15:15:24 +01:00
Connor Lane Smith 8d9ade36de moved main, updated args 2010-11-17 04:33:34 +00:00
Connor Lane Smith c1241bcba3 updated manpage 2010-11-12 00:01:54 +00:00
Connor Lane Smith 038a78a3f4 updated manpage 2010-10-08 23:40:11 +01:00
Connor Lane Smith b81c1e88cd rebound paste, removed useless max widths 2010-08-20 13:50:44 +01:00
Connor Lane Smith 31ffcd3b9a new libdraw, typo fixes 2010-08-05 15:41:56 +01:00
Connor Lane Smith a7aee433cc fixed bugs, no more config.h, updated manpage, new libdraw 2010-08-02 14:22:54 +01:00
Connor Lane Smith a3606ecb0e updated manpage, added paste, cleaned up, new libdraw 2010-07-31 14:56:27 +01:00
Connor Lane Smith 08b264393d typo fixes 2010-06-23 12:15:07 +01:00
Connor Lane Smith 9a33a72c6a updated manpage, changed keybinds
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-20 15:04:15 +01:00
Connor Lane Smith 645f1d0dfc updated manpage 2010-06-09 10:13:26 +01:00
Anselm R Garbe 569a1f925a applied cursor, vertical and paste patches for upcoming 4.1 dmenu version (due to the fact that surf is using dmenu as well) 2009-11-28 12:28:15 +00:00
anselm@anselm1 1f6af5e78f added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -w 2008-05-19 20:29:32 +01:00
Sander van Dijk 1538bb7426 fix typo 2008-03-25 19:18:16 +01:00
Anselm R Garbe 745c46d8fa fixed match() to prefer prefix-matches to strstr-matches in the match list, extended the -y handling, next version is 3.6 2008-03-18 16:52:51 +00:00
Anselm R Garbe 540a78761b removed ido-matching, changed behavior of -i meaning case insensitive matching now, commented -x, -y, -w arguments in dmenu.1 2008-03-12 15:41:19 +00:00
Anselm R. Garbe 03c546c6b3 fixed dmenu 2007-09-30 19:20:31 +02:00
Anselm R. Garbe 724fe3cf7f applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by default, added -i command line option to enable ido matching, added Michał to Copyright holders 2007-09-23 18:26:41 +02:00
arg@suckless.org ccf4d7166f next version is 3.3 2007-09-17 09:13:21 +02:00
Anselm R. Garbe 03c2b05bb2 changed Backspace/C-w behavior (now it only removes a single character) 2007-02-26 14:07:19 +01:00
Kris Maglione 900d34347b Escape -s in dmenu.1 2007-02-25 16:41:05 -05:00
Anselm R. Garbe 66b2e8379f removed -t, now using isatty() instead of select() to prevent execution from an interactive shell 2007-02-19 21:18:36 +01:00
Anselm R. Garbe 665488a6ee removed draw.c, implemented C-w handling (backward word deletion) 2007-02-19 15:49:50 +01:00
Anselm R. Garbe 3ba8b71aba nah nah nah, I can't get used to the bottom bar, pushing the conditional dmenu again 2007-02-08 11:17:11 +01:00
Anselm R. Garbe 2bac5599b3 letting dmenu appear at the bottom by default 2007-02-08 11:10:29 +01:00
Anselm R. Garbe 507c030b5b small fix of Control-j in dmenu.1 2007-01-16 11:07:30 +01:00
Anselm R. Garbe 09813fcf2c s/Mod1-Shift-g/Mod1-G/ in fact Sander is right 2007-01-11 13:51:15 +01:00
Anselm R. Garbe 64d68b7de9 documenting undocumented vi-alike shortcuts of dmenu 2007-01-11 11:41:16 +01:00
Anselm R. Garbe eaf8909378 commented recent Control-shortcut additions 2007-01-11 10:17:01 +01:00
arg@mig29 bbfd5391ac fixed a typo in dmenu.1 2006-12-19 11:49:28 +01:00
arg@mig29 0e96ae6f48 prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is -sb, -selfg is -sf, -normbg is -nb, -normfg is -nf now) 2006-12-19 11:39:07 +01:00
arg@mig29 989649b5a5 added wmii reference to dmenu(1) 2006-12-18 13:46:44 +01:00
arg@mig29 3438af001a applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes it appear in the bottom (for wmii compliance), slightly modified version than the patch proposed by Stefan Tibus 2006-12-18 12:52:58 +01:00
arg@mig29 9bd80b3968 changed text in dmenu manpage 2006-12-13 14:36:09 +01:00
arg@mig29 65912f2a96 added prompt option (-p 'prompt text'), documented in man page as well 2006-12-13 14:14:41 +01:00
arg@mig29 4bd3466215 ordered switch branches in kpress alphabetically, applied Sanders patch for PgUp/Dn and Home/End scrolling 2006-12-12 09:57:42 +01:00
arg@zarathustra 02238725f6 small update to man page (backported) 2006-09-26 17:51:22 +02:00