[hackers] [lchat] add missing config.mk || Jan Klemkow

2018-03-13 Thread git
commit dcca3afd016fa027eecf8e1e86973597081436ad Author: Jan Klemkow AuthorDate: Wed Mar 14 00:02:25 2018 +0100 Commit: Jan Klemkow CommitDate: Wed Mar 14 00:02:25 2018 +0100 add missing config.mk diff --git a/config.mk b/config.mk new file mode 100644 index 000..1f057cc --- /dev

Re: [hackers] [dmenu] add key bindings for moving to the word start or end || Quentin Rameau

2018-03-13 Thread Quentin Rameau
> Commit: Hiltjo Posthuma > CommitDate: Tue Mar 13 20:10:46 2018 +0100 Gracias Hiltjo

[hackers] [dmenu] add key bindings for moving to the word start or end || Quentin Rameau

2018-03-13 Thread git
commit e2a280541eab62717d6a9a72d047c832e5cb1edc Author: Quentin Rameau AuthorDate: Tue Mar 13 17:15:09 2018 +0100 Commit: Hiltjo Posthuma CommitDate: Tue Mar 13 20:10:46 2018 +0100 add key bindings for moving to the word start or end Mod1+b/^Left and Mod1+f/^Right diff --gi

[hackers] [dmenu] add key bindings Mod1+b and Mod1+f for moving to the prev or next word

2018-03-13 Thread Quentin Rameau
--- dmenu.c | 16 1 file changed, 16 insertions(+) diff --git a/dmenu.c b/dmenu.c index a246111..90feea5 100644 --- a/dmenu.c +++ b/dmenu.c @@ -345,6 +345,20 @@ keypress(XKeyEvent *ev) } else if (ev->state & Mod1Mask) switch(ksym) { +