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. >

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] 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

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

2013-02-21 Thread Alexander Sedov
>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 one on EOF. Feel free to use it for your pleasure. swaprootname-0.1.tar.gz Descr