I really loved the "historical" save floats patch.
Here is my own patch against 72e52c5333ef (should work against
5.7.2 too). Comments are welcome.
diff -r 72e52c5333ef dwm.c
--- a/dwm.c Wed Nov 25 13:56:17 2009 +
+++ b/dwm.c Sat Feb 13 12:53:08 2010 +0100
@@ -83,6 +83,7 @@
char name[256];
On 02/13/2010 12:54 PM, BOUDOU Joseph wrote:
I really loved the "historical" save floats patch.
Here is my own patch against 72e52c5333ef (should work against
5.7.2 too). Comments are welcome.
does what, exactly?
> does what, exactly?
Same as this old patch :
http://dwm.suckless.org/patches/historical/save_floats
--
BOUDOU Joseph
Why do Wmii and DWM use Mercurial?
Aren't they targeted at Linux systems and isn't Git a lot faster on Linux?
I just wanted to know, because Wmii in my opinion is one of the most Unix
like projects out there, and I wanted to know why you'd use Mercurial
instead of Git.
I think part of it has to do with hg being somewhat smaller than git,
and it being written in python as opposed to perl. (Although I think
parts of git are written in C, too?) I personally prefer git as well.
I've never heard the project leaders actually express why they prefer
hg to git, though,