[dev] Re: [dwm] [libsl] Xft and fallback fonts support

2015-03-11 Thread Eric Pruitt
On Thu, Mar 05, 2015 at 08:33:39PM -0800, Eric Pruitt wrote: > I've attached patches to add Xft and fallback fonts support to dwm and > libsl. Are these patches going to be applied? Eric

Re: [dev][dwm] Systray and hipchat

2015-03-11 Thread Eric Pruitt
On Mon, Mar 09, 2015 at 06:22:23PM +0300, Yury Shvedov wrote: > Of course I will. But I want firstly to check it with original dwm > and to resolve the last issue with pidgin. I'll do it as soon as > possible. Could you please post the patch that you have so far? I don't think it makes sense to ma

Re: [dev] [st] Backspace is now Linux

2015-03-11 Thread Sébastien Poher
Le mercredi 11 mars 2015 à 06:45:21, Roberto E. Vargas Caballero a écrit : > > > Talking about st keys behaviour : a while ago I was looking for a way to > > hack my st in > > order to have alt + backspace deleting the previous word and I found [1]. > > The patch of Ivan Delalande should fix it.

Re: [dev] [st] Backspace is now Linux

2015-03-11 Thread Roberto E. Vargas Caballero
> Talking about st keys behaviour : a while ago I was looking for a way to hack > my st in > order to have alt + backspace deleting the previous word and I found [1]. The patch of Ivan Delalande should fix it. Can you test it? Regards,

Re: [dev] Problems install st

2015-03-11 Thread Roberto E. Vargas Caballero
> I had fontconfig 2.9.0-7.1. > I have installed libfontconfig1-dev but it doesn't seem to work. You should have in your system a file called fontconfig.pc. In my machine I have it in /usr/X11R7/lib/pkgconfig/fontconfig.pc. See if your file is in a directory contained in PKG_CONFIG_PATH.

Re: [dev] [st] [PATCH] Backspace value shouldn't depend on keypad state

2015-03-11 Thread Roberto E. Vargas Caballero
> - { XK_BackSpace, XK_ANY_MOD, "\177", +1,0,0}, > + { XK_BackSpace, XK_ANY_MOD, "\177", 0,0,0}, Due to the reasons why we changed the backspace behaviour, I think your patch makes sense. I will apply it (and I will update the reverse patch

Re: [dev] st: selecting text affects both primary and clipbaord

2015-03-11 Thread Amadeus Folego
On Wed, Mar 11, 2015 at 08:05:37AM +0100, Roberto E. Vargas Caballero wrote: > > > I really don't like the idea of C-S-C or M3-C as these are really basic > > keybinds and may be used for applications. Also the proximity with C-C > > makes it easier to terminate a running application when you just

Re: [dev] st: selecting text affects both primary and clipbaord

2015-03-11 Thread Roberto E. Vargas Caballero
> I really don't like the idea of C-S-C or M3-C as these are really basic > keybinds and may be used for applications. Also the proximity with C-C > makes it easier to terminate a running application when you just wanted > to copy some text. It is impossible to use ctrl + shift combinations in th