1
0
Commit Graph

41 Commits

Author SHA1 Message Date
Anselm R Garbe
0ec702fcc9 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
fcbababeea added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -w 2008-05-19 20:29:32 +01:00
Sander van Dijk
7a1c04e177 fix typo 2008-03-25 19:18:16 +01:00
Anselm R Garbe
a244fee551 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
7bc43c37a5 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
4f5725af95 fixed dmenu 2007-09-30 19:20:31 +02:00
Anselm R. Garbe
4a2f2fbddd 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
c5f7a23034 next version is 3.3 2007-09-17 09:13:21 +02:00
Anselm R. Garbe
60c7046126 changed Backspace/C-w behavior (now it only removes a single character) 2007-02-26 14:07:19 +01:00
Kris Maglione
3a73e96db8 Escape -s in dmenu.1 2007-02-25 16:41:05 -05:00
Anselm R. Garbe
833885d2a6 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
e63ff02419 removed draw.c, implemented C-w handling (backward word deletion) 2007-02-19 15:49:50 +01:00
Anselm R. Garbe
de82e827bf 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
24ad9306c7 letting dmenu appear at the bottom by default 2007-02-08 11:10:29 +01:00
Anselm R. Garbe
55a9d6efd6 small fix of Control-j in dmenu.1 2007-01-16 11:07:30 +01:00
Anselm R. Garbe
6ceff97643 s/Mod1-Shift-g/Mod1-G/ in fact Sander is right 2007-01-11 13:51:15 +01:00
Anselm R. Garbe
9d2e13d2d3 documenting undocumented vi-alike shortcuts of dmenu 2007-01-11 11:41:16 +01:00
Anselm R. Garbe
37d379535a commented recent Control-shortcut additions 2007-01-11 10:17:01 +01:00
arg@mig29
caeee5543e fixed a typo in dmenu.1 2006-12-19 11:49:28 +01:00
arg@mig29
6509cc9f73 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
eac2a60e9b added wmii reference to dmenu(1) 2006-12-18 13:46:44 +01:00
arg@mig29
de7ab0f95d 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
69ff8f2de5 changed text in dmenu manpage 2006-12-13 14:36:09 +01:00
arg@mig29
56b0de9b85 added prompt option (-p 'prompt text'), documented in man page as well 2006-12-13 14:14:41 +01:00
arg@mig29
eb43ec3ade 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
6e82a76687 small update to man page (backported) 2006-09-26 17:51:22 +02:00
arg@mmvi
1e0d10fe28 removed config.h stuff, made dwm configurable due to command line options 2006-09-26 13:20:47 +02:00
Anselm R. Garbe
4f2a14f160 another fix 2006-09-07 09:40:09 +02:00
Anselm R. Garbe
c165ba591e made dmenu.1 also concise 2006-09-07 09:36:53 +02:00
Anselm R. Garbe
3d1889a95a fixed man page 2006-09-04 19:47:09 +02:00
Anselm R. Garbe
18c0d8c9b0 updated man page 2006-08-28 07:22:38 +02:00
Anselm R.Garbe
1f9dd3bad5 small changes in dmenu.1 2006-08-21 07:31:33 +02:00
Anselm R.Garbe
b5b01c0f24 removed C-[ from source and man page 2006-08-10 10:09:44 +02:00
Anselm R.Garbe
96b2236912 removed control sequences which actually aren't implemented anymore (only the real unix control sequences are implemented) 2006-08-09 18:45:32 +02:00
arg@10ksloc.org
6cc4d37f37 made dmenu(1) more dwm(1) alike 2006-08-07 14:07:04 +02:00
arg@10ksloc.org
3fa69e4bef appliead Sanders manpage/Makefile pacth 2006-08-07 11:58:23 +02:00
arg@10ksloc.org
86b2abdb83 fixed dmenu.1 version info 2006-08-07 11:11:17 +02:00
arg@10ksloc.org
e0726de3f9 updated man page 2006-08-07 07:37:32 +02:00
arg@10ksloc.org
4afb1bca3f updated man page 2006-08-07 07:36:18 +02:00
arg@10ksloc.org
dc85885c07 removed -t title crap from dmenu 2006-08-07 07:30:13 +02:00
arg@10ksloc.org
42e005e045 initial import 2006-08-04 09:35:27 +02:00