Re: [dev] [dmenu] add a space when tab is pressed [patch]

2011-08-26 Thread hiro
On 27.08.2011, Andrew Hills wrote: > I don't want to add an argument when I press Tab. On what system is > this the default operation, such that it is "obvious"? The shell completion feature

Re: [dev] [dmenu] add a space when tab is pressed [patch]

2011-08-26 Thread Jacob Todd
Then don't apply the patch. On Aug 26, 2011 6:56 PM, "Andrew Hills" wrote: > I don't want to add an argument when I press Tab. On what system is > this the default operation, such that it is "obvious"? > > --Andrew Hills > > > > On Fri, Aug 26, 2011 at 1:23 PM, wrote: >> Hello, >> when tab is pre

Re: [dev] [dmenu] add a space when tab is pressed [patch]

2011-08-26 Thread Andrew Hills
I don't want to add an argument when I press Tab. On what system is this the default operation, such that it is "obvious"? --Andrew Hills On Fri, Aug 26, 2011 at 1:23 PM, wrote: > Hello, > when tab is pressed, one wants obviously to add an argument > and has to press space before that. > The

Re: [dev] [wmii] modkey-2 misbehaving on dvorak keyboard after a change in wmiirc_local

2011-08-26 Thread Andrew Hills
"twosuperior" isn't a key on US keyboards, and pressing Alt-2 injects it in many applications. It is possible that it is confusing Alt-2 with your literal twosuperior. Just a thought--I'm not an expert. --Andrew Hills On Fri, Aug 26, 2011 at 1:29 PM, Mr. Bougs wrote: > Hello, > > I'm running w

[dev] dwm patch: saveinfo

2011-08-26 Thread Ladd Hoffman
This patch enables saving tags to disk when dwm exits, and loading from disk on startup. (especially useful when you need to recompile and restart dwm.) diff --git a/dwm.c b/dwm.c --- a/dwm.c +++ b/dwm.c42a43,45 > #define INFO_FMT_WRITE "%ld %u\n", c->win, c->tags > #define INFO_FMT_READ "%ld %u\n"

[dev] [dmenu] add a space when tab is pressed [patch]

2011-08-26 Thread skls
Hello, when tab is pressed, one wants obviously to add an argument and has to press space before that. The attached patch does it for you. Have a nice week-end. diff -up a/dmenu.c b/dmenu.c --- a/dmenu.c Fri Aug 26 19:13:17 2011 +++ b/dmenu.c Fri Aug 26 19:10:56 2011 @@ -353,6 +353,7 @@ keypres

[dev] [wmii] modkey-2 misbehaving on dvorak keyboard after a change in wmiirc_local

2011-08-26 Thread Mr. Bougs
Hello, I'm running wmii's hg tip (rev 2788). I just experienced a strange behaviour with the specific shortcut $MODKEY-2 after switching from the be (azerty) to the us dvorak-intl xkb layout. When using that shortcut, the current window seems to lose focus (the title bar stays highlighted). W