> I've just finished a simple project of mine to replace cmus with something a
> bit more UNIXy and I think it could interest some people.
>
I wrestled with various ways of conveniently playing my music,
and eventually came up with:
http://sources.vsta.org:7100/wplayer
If you you can handle sub-domains, I wrote:
http://sources.vsta.org:7100/dyndns/index
Which is a Python DynDNS plus domain server, so you don't have
to hassle with banging DNS zone files and SIGHUP'ing your
regular DNS daemon. But since DNS hard codes its port number,
it needs to run on an I
David Phillips :
> Sounds to me like you are accidentally rolling your scroll wheel
net.wisdom wins again. Thanks for the insight!
I'm already running keynav, so pasting from there takes care of the issue.
Thanks again,
Andy
nough that I'll start
having the app log some debug so I can try and hunt it down.
I'm running top of trunk from git.
Thanks,
Andy Valencia
I really liked the idea of st, but the alternate cursors don't
work well without blinking--too hard to spot. Attached is my
first attempt at adding code to a suckless project, comments
welcome.
Thanks,
Andy Valenciadiff --git a/st.c b/st.c
index fbcd9e0..4e7ab10 100644
--- a/st.c
+++ b/st.c
@@ -1