Re: [dev] [surf] [PATCH] A typo in SETPROP macro: should be ``printf '', not ``printf''.

2013-03-29 Thread Christoph Lohmann
Greetings. On Sat, 30 Mar 2013 06:50:26 +0100 Alexander Sedov wrote: > --- > I'm sorry I introduced this bug. > > config.def.h |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) The patch is applied. Sincerely, Christoph Lohmann

Re: [dev] [st] New feature idea

2013-03-29 Thread Raphaël Proust
On Fri, Mar 29, 2013 at 6:58 PM, Christoph Lohmann <2...@r-36.net> wrote: > Greetings. > > On Fri, 29 Mar 2013 19:58:39 +0100 Raphaël Proust wrote: >> On Fri, Mar 29, 2013 at 6:36 PM, Calvin Morrison >> wrote: >> > On 29 March 2013 14:31, Nick wrote: >> >> […] >> > >> > While I find many of tho

[dev] [surf] [PATCH] A typo in SETPROP macro: should be ``printf %b'', not ``printf''.

2013-03-29 Thread Alexander Sedov
--- I'm sorry I introduced this bug. config.def.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 3ddfaf8..ed8fbbe 100644 --- a/config.def.h +++ b/config.def.h @@ -23,7 +23,7 @@ static Bool hidebackground = FALSE; #define SETPROP(p, q)

Re: [dev] [st] New feature idea

2013-03-29 Thread Strake
On 29/03/2013, Calvin Morrison wrote: > See opening images is not the same as having images on your buffer, namely > for the reason > of being able to look back in your buffer and see the images that have been > opened > > say I wanted all my photos in my collection from 2012, 3rd month, for > m

Re: [dev] [st] New feature idea

2013-03-29 Thread Andrew Hills
On Fri, Mar 29, 2013 at 07:58:39PM +0100, Christoph Lohmann wrote: > What are you guys using as a plumber in daily work? A simple shell script with several lines of "grep -q && exec", with the most commonly used at the top. Previously, I had a system that reordered the entries based on frequency o

Re: [dev] [st] New feature idea

2013-03-29 Thread Calvin Morrison
On 29 March 2013 14:54, Raphaël Proust wrote: > On Fri, Mar 29, 2013 at 6:36 PM, Calvin Morrison > wrote: >> On 29 March 2013 14:31, Nick wrote: >>> […] >> >> While I find many of those features useless, some of them are plain >> cool, and are innovative. Why are we stuck with a text terminal w

Re: [dev] [st] New feature idea

2013-03-29 Thread Christoph Lohmann
Greetings. On Fri, 29 Mar 2013 19:58:39 +0100 Raphaël Proust wrote: > On Fri, Mar 29, 2013 at 6:36 PM, Calvin Morrison > wrote: > > On 29 March 2013 14:31, Nick wrote: > >> […] > > > > While I find many of those features useless, some of them are plain > > cool, and are innovative. Why are we

Re: [dev] [st] New feature idea

2013-03-29 Thread Raphaël Proust
On Fri, Mar 29, 2013 at 6:36 PM, Calvin Morrison wrote: > On 29 March 2013 14:31, Nick wrote: >> […] > > While I find many of those features useless, some of them are plain > cool, and are innovative. Why are we stuck with a text terminal when > we aren't using a tty most of the time? Sure simple

Re: [dev] [st] New feature idea

2013-03-29 Thread Christoph Lohmann
Greetings. On Fri, 29 Mar 2013 19:45:54 +0100 Calvin Morrison wrote: > On 29 March 2013 14:31, Nick wrote: > > So I came across Enlightenment's "Terminology" terminal emulator > > today, and they have many features we don't. > > > > I recommend skimming the ibPziLRGvkg youtube video. > > > > Ho

Re: [dev] [dwm] [patch] allow no tags to be selected

2013-03-29 Thread Raphaël Proust
On Fri, Mar 29, 2013 at 5:48 PM, Markus Teich wrote: > Heyho, > > i like my wallpapers, so i created a patch to allow no tag at all to be > selected. Also i found it kind of unintuitive that you can not toggle > the last tag out of view. > The attached patch (for v6.0) fixes that. Makes sense to

[dev] [st] st 0.4 release

2013-03-29 Thread Christoph Lohmann
Greetings comrades, many changes have arrived in the st repository and it is time to release st 0.4. Thanks to all of the contributors of patches and suggestions! Please adapt your config.h to the config.def.h, because much has changed. Please update your terminfo of st too; there much

Re: [dev] [st] Crash on OpenBSD i386 with vim/mutt

2013-03-29 Thread Christoph Lohmann
Greetings. On Fri, 29 Mar 2013 19:08:21 +0100 haris wrote: > Hi @ all. First mail in this list and I'd like to thank the dev team for > all those quality suckless solutions. :) > > I'm having the following problem with st: when opening mutt, it > completely crashes. With vim/vi, it happens rando

Re: [dev] [st] Usage experience and patches

2013-03-29 Thread Christoph Lohmann
Greeting.s On Fri, 29 Mar 2013 19:02:40 +0100 stargr...@stargrave.org wrote: > * I very like to see italic strings more visible by colorizing them. > Italics are generated by grep, Ack, less, git diff (at least on my > computer). So > 0001-Highlight-italic-string-with-different-color-default.

Re: [dev] [st] New feature idea

2013-03-29 Thread Calvin Morrison
On 29 March 2013 14:31, Nick wrote: > So I came across Enlightenment's "Terminology" terminal emulator > today, and they have many features we don't. > > I recommend skimming the ibPziLRGvkg youtube video. > > How long before we can set videos as the background to our > terminals? I find modern li

[dev] [st] New feature idea

2013-03-29 Thread Nick
So I came across Enlightenment's "Terminology" terminal emulator today, and they have many features we don't. I recommend skimming the ibPziLRGvkg youtube video. How long before we can set videos as the background to our terminals? I find modern life is definitely not distracting enough, and w

[dev] [dwm] [patch] allow no tags to be selected

2013-03-29 Thread Markus Teich
Heyho, i like my wallpapers, so i created a patch to allow no tag at all to be selected. Also i found it kind of unintuitive that you can not toggle the last tag out of view. The attached patch (for v6.0) fixes that. dwm starts with no tag selected instead of the first tag beeing selected. When no

RE: [dev] [DWM] Patch: stack mfact

2013-03-29 Thread Jente Hidskes
Stock DWM makes a new client float if there is too little space in the stack. In this case, the new client appears floating in the top left of your screen, right under the statusbar. I would like to have a client move there, should we want to resize it too small. Does anyone know where the code

RE: [dev] [DWM] Patch: stack mfact

2013-03-29 Thread Jente Hidskes
Hey Brian, Indeed, I use pertag2 myself. It's an easy fix though, glad you got it working. We could get the floating clients in front of the stack by having a call to XRaiseWindow under c->isfloating = True. > From: bbenn...@gmail.com > Date: Fri, 29 Mar 2013 09:06:28 -0400 > Subject: Re: [dev]

Re: [dev] [DWM] Patch: stack mfact

2013-03-29 Thread Bryan Bennett
Jente / Unia - I just had a go at applying this, but it appears that it expects pertag (or something else) to also be applied. I'll respond shortly when I've removed that. Changing all instances of "selmon->smfacts[selmon->curtag]" to "selmon->mfact" made this apply just fine. Opening a bunch of s