Re: [dev] [PATCH] Changed the way title is set to support UTF-8.

2013-02-22 Thread Bjartur Thorlacius
On 02/22/2013 05:32 PM, Lukas Fleischer wrote: You can use `git send-email --annotate HEAD^` and add a prefix to the subject. Or just change the "format.subjectprefix" configuration value to something like "st] [PATCH". Which is one reason why cluttering Subject sucks more than using Keywords.

Re: [dev] [PATCH] Changed the way title is set to support UTF-8.

2013-02-22 Thread Alexander Sedov
Thank you! 2013/2/22 Lukas Fleischer > On Fri, Feb 22, 2013 at 09:25:19PM +0400, Alexander Sedov wrote: > > Fair enough. Looks like automatic sending via git has its downsides. > > You can use `git send-email --annotate HEAD^` and add a prefix to the > subject. Or just change the "format.subjec

Re: [dev] [PATCH] Changed the way title is set to support UTF-8.

2013-02-22 Thread Lukas Fleischer
On Fri, Feb 22, 2013 at 09:25:19PM +0400, Alexander Sedov wrote: > Fair enough. Looks like automatic sending via git has its downsides. You can use `git send-email --annotate HEAD^` and add a prefix to the subject. Or just change the "format.subjectprefix" configuration value to something like "st

Re: [dev] [PATCH] Changed the way title is set to support UTF-8.

2013-02-22 Thread Alexander Sedov
Fair enough. Looks like automatic sending via git has its downsides. To clarify: it's for st. 2013/2/22 Carlos Torres > Next time why not mention the app the patch is for in the subject i.e. > [dev][dwm] that way its not ambiguous. > > --Carlos > >

Re: [dev] [PATCH] Changed the way title is set to support UTF-8.

2013-02-22 Thread Carlos Torres
Next time why not mention the app the patch is for in the subject i.e. [dev][dwm] that way its not ambiguous. --Carlos

Re: [dev] swaprootname -- a tool just a little bit more useful than xsetroot -name.

2013-02-22 Thread Alexander Sedov
No, it's just not ready for anyone's eyes yet. 2013/2/22 Hugues Moretto-Viry > Good. > > Btw, your purg[1] repo is empty too. Maybe it's the same issue. > > [1] https://github.com/ElectronicRU/purg > > H.Mo. >

[dev] [PATCH] Changed the way title is set to support UTF-8.

2013-02-22 Thread Alexander Sedov
--- TODO |1 - st.c | 17 +++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/TODO b/TODO index 2f42720..67615f8 100644 --- a/TODO +++ b/TODO @@ -18,7 +18,6 @@ bugs * fix shift up/down (shift selection in emacs) * fix selection paste for xatom STRING -* fix

Re: [dev] swaprootname -- a tool just a little bit more useful than xsetroot -name.

2013-02-22 Thread Hugues Moretto-Viry
Good. Btw, your purg[1] repo is empty too. Maybe it's the same issue. [1] https://github.com/ElectronicRU/purg H.Mo.

Re: [dev] swaprootname -- a tool just a little bit more useful than xsetroot -name.

2013-02-22 Thread Alexander Sedov
Yeah, I ran git push and forgot to enter passphrase. It's OK now. 2013/2/22 Hugues Moretto-Viry > Hi, > > For now, your repo seems to be kinda empty. > > H.Mo. >

Re: [dev] swaprootname -- a tool just a little bit more useful than xsetroot -name.

2013-02-22 Thread Hugues Moretto-Viry
Hi, For now, your repo seems to be kinda empty. H.Mo.

Re: [dev] swaprootname -- a tool just a little bit more useful than xsetroot -name.

2013-02-22 Thread Alexander Sedov
There's github page now: https://github.com/ElectronicRU/swaprootname with brand new manpage and use case for EOF feature. (I personally use it for displaying time and xmms2 currently-playing: I wrote a small helper script named `blink' for this purpose). 2013/2/22 Christoph Lohmann <2...@r-36.ne

Re: [dev] swaprootname -- a tool just a little bit more useful than xsetroot -name.

2013-02-22 Thread Alexander Sedov
Yeah, using time sleeps in a script is an intended way to use it. It's simple, and controlling the delay with which to show information is really the job of user scripts. 2013/2/22 Daniel Bryan > > On 23 Feb 2013 00:13, "Alexander Sedov" wrote: > > > > It does completely different job. > > Wou

Re: [dev] swaprootname -- a tool just a little bit more useful than xsetroot -name.

2013-02-22 Thread Daniel Bryan
On 23 Feb 2013 00:13, "Alexander Sedov" wrote: > > It does completely different job. Wouldn't the new message be replaced with the old so quickly as to be unnoticeable, unless you passed it many lines or delayed EOF with a script?

Re: [dev] swaprootname -- a tool just a little bit more useful than xsetroot -name.

2013-02-22 Thread Alexander Sedov
It does completely different job. 2013/2/22 Anselm R Garbe > fyi > > http://tools.suckless.org/wmname > > On 22 February 2013 03:34, Alexander Sedov wrote: > > From README: > >> Use > >> swaprootname "New name" > >> to persistently change root window name, or > >> echo "New name1\nNew

Re: [dev][surf] disable scrollbars patch

2013-02-22 Thread Carlos Torres
it can, and i have that code. but it currently does it with reload() included, so i've been holding off on it. i can put together another patch that toggles if reloading the page is OK. --Carlos On Fri, Feb 22, 2013 at 6:55 AM, Christoph Lohmann <2...@r-36.net> wrote: > Greetings. > > On Fri, 2

Re: [dev][surf] disable scrollbars patch

2013-02-22 Thread Christoph Lohmann
Greetings. On Fri, 22 Feb 2013 12:55:26 +0100 Carlos Torres wrote: > Attached you'll find a patch that adds the -b flag to disable scroll_b_ars, > they can also be disabled with config.h The patch looks really good and complete, but before I include it one question: Can this feature be made t

Re: [dev] swaprootname -- a tool just a little bit more useful than xsetroot -name.

2013-02-22 Thread Christoph Lohmann
Greetings. On Fri, 22 Feb 2013 12:53:22 +0100 Alexander Sedov wrote: > From README: > > Use > > swaprootname "New name" > > to persistently change root window name, or > > echo "New name1\nNew name2\n..." | swaprootname > > to temporarily set root window name(s) and revert it to original

Re: [dev] swaprootname -- a tool just a little bit more useful than xsetroot -name.

2013-02-22 Thread Anselm R Garbe
fyi http://tools.suckless.org/wmname On 22 February 2013 03:34, Alexander Sedov wrote: > From README: >> Use >> swaprootname "New name" >> to persistently change root window name, or >> echo "New name1\nNew name2\n..." | swaprootname >> to temporarily set root window name(s) and revert i