Re: [dev] Stuff listed on suckless.org/rocks

2015-03-04 Thread Florian Bruhin
Hi, * FRIGN [2015-03-04 08:57:22 +0100]: > On Wed, 4 Mar 2015 06:10:25 +0100 > Florian Bruhin wrote: > > Hey Florian, > > > I recently added qutebrowser to the "rocks" page and it was > > subsequently removed[1]. I accept that, though it raises a few > > questions: > > I sincerely hope you do

Re: [dev] [st] Slow ST character typing on i686/pentium3 platforms]

2015-03-04 Thread Roberto E. Vargas Caballero
> Try adjusting xfps and actionfps. I don't like this manual adjusting. We should rework the main loop, and it is something we have said lot of times. Regards,

[dev] Re: Stuff listed on suckless.org/rocks

2015-03-04 Thread Dimitris Papastamos
They should be removed as well.

[dev][dwm] Systray and hipchat

2015-03-04 Thread Yury Shvedov
Hello, Jan Christoph Ebersbach. The hipchat client(https://www.hipchat.com/downloads#linux) has a tray icon, but it doesn't shown in systray, applied by patch (http://dwm.suckless.org/patches/systray). Can you check this, please. Thank you. -- Kind re

Re: [dev] [st] Slow ST character typing on i686/pentium3 platforms]

2015-03-04 Thread Roger
> On Wed, Mar 04, 2015 at 09:22:59AM +0100, Roberto E. Vargas Caballero wrote: > >> Try adjusting xfps and actionfps. > >I don't like this manual adjusting. We should rework the main >loop, and it is something we have said lot of times. I haven't done the tracing (or heavy math) yet, but changing

Re: [dev] [st] Slow ST character typing on i686/pentium3 platforms]

2015-03-04 Thread Roger
Changing line 3880, "drawtimeout.tv_set=0" to 1, I'm now able to type the sentence "The quick brown fox jumped over the lazy brown dog", and all characters appear without much apparent delay, except for the last char "g" mysteriously takes up to 1-2 seconds to appear. Key repeat also significa

[dev] [dwm] [dmenu] The Xft situation

2015-03-04 Thread FRIGN
Good evening fellow hackers, for quite a while now, dwm and dmenu have had patches to add Xft-support to them. There has been no version for current git-checkouts and a considerate noise here on the mailing list about people having trouble setting up fonts in dwm and dmenu. I personally hate noise

Re: [dev] [dwm] [dmenu] The Xft situation

2015-03-04 Thread Anselm R Garbe
Hi FRIGN, On 4 March 2015 at 19:57, FRIGN wrote: > for quite a while now, dwm and dmenu have had patches to add > Xft-support to them. There has been no version for current > git-checkouts and a considerate noise here on the mailing > list about people having trouble setting up fonts in dwm and >

Re: [dev] [dwm] [dmenu] The Xft situation

2015-03-04 Thread FRIGN
On Wed, 4 Mar 2015 20:27:14 +0100 Anselm R Garbe wrote: Hey Anselm, > I'm not opposed in switching fully to Xft. Xfonts are a mess as well. > > Though I'd really like to base st/dwm/dmenu on libsl/drw.c > > Point is dmenu/dwm are easy ones, problem is st, which uses quite > sophisticated font/

Re: [dev] [dwm] [dmenu] The Xft situation

2015-03-04 Thread Dimitris Papastamos
On Wed, Mar 04, 2015 at 08:32:57PM +0100, FRIGN wrote: > There are lots of people coming on IRC every day asking about an issue > with dwm or dmenu font-handling so I had rather envisioned this change > to be effective in the very near future to adress these problems, > though a libsl with drw.c is

Re: [dev] [dwm] [dmenu] The Xft situation

2015-03-04 Thread Eric Pruitt
On Wed, Mar 04, 2015 at 07:45:26PM +, Dimitris Papastamos wrote: > On Wed, Mar 04, 2015 at 08:32:57PM +0100, FRIGN wrote: > > There are lots of people coming on IRC every day asking about an issue > > with dwm or dmenu font-handling so I had rather envisioned this change > > to be effective in

Re: [dev] [dwm] [dmenu] The Xft situation

2015-03-04 Thread Dimitris Papastamos
On Wed, Mar 04, 2015 at 12:09:23PM -0800, Eric Pruitt wrote: > On Wed, Mar 04, 2015 at 07:45:26PM +, Dimitris Papastamos wrote: > > On Wed, Mar 04, 2015 at 08:32:57PM +0100, FRIGN wrote: > > > There are lots of people coming on IRC every day asking about an issue > > > with dwm or dmenu font-ha

Re: [dev][dwm] Systray and hipchat

2015-03-04 Thread Eric Pruitt
On Wed, Mar 04, 2015 at 02:01:06PM +0300, Yury Shvedov wrote: > The hipchat client(https://www.hipchat.com/downloads#linux) has a > tray icon, but it doesn't shown in systray, applied > by patch > (http://dwm.suckless.org/patches/systray). I use this same p

[dev] [sbase][patch] test: a little cleanup

2015-03-04 Thread Evan Gates
use arg.h change **argv to *argv[] change strcmp == 0 to !strcmp change NOTREACHED to not reached fix test to check if basename(argv0) == "[" but avoid basename as it can alter the contents of the string passed to it and I didn't want to make a copy From 5f1d04f6dfb9346d36bad07b4be662a51fb3504d Mon

Re: [dev] [dwm] [dmenu] The Xft situation

2015-03-04 Thread Eric Pruitt
On Wed, Mar 04, 2015 at 12:09:23PM -0800, Eric Pruitt wrote: > If you're going to use the patch I submitted to the wiki with fallback > font support, don't -- I fixed a couple of non-critical bugs I found > after I submitted the patch to the wiki, but I didn't bother to send in > a new patch since

Re: [dev][dwm] Systray and hipchat

2015-03-04 Thread Yury Shvedov
Yep! Sometimes I have the same glitches but It doesn't hurt me. But absence of an icon any time the client runs distress me. I have not much time to investigate this too but when I will, I would look to the code of something like trayer or stalonetray as an example. Kind regards Yury Shvedov

Re: [dev] [dwm] [dmenu] The Xft situation

2015-03-04 Thread Anselm R Garbe
Hi there, On 5 March 2015 at 02:36, Eric Pruitt wrote: > On Wed, Mar 04, 2015 at 12:09:23PM -0800, Eric Pruitt wrote: >> If you're going to use the patch I submitted to the wiki with fallback >> font support, don't -- I fixed a couple of non-critical bugs I found >> after I submitted the patch to