commit d384cee751a2d23220df45c3c34dab5567c0594f from: garbeam@gmail.com date: Sat Jun 11 07:33:20 2011 UTC fixing some minor issues, next week is dwm-5.9 release time commit - 5c710cf89c93f9d87b94abeca25e8eb8e812d21d commit + d384cee751a2d23220df45c3c34dab5567c0594f blob - 059cf285a114dd89b4989da0949c538b767882e3 blob + ed4e4156cdf1b7bdc2e12065e3dff8df147b4e4c --- LICENSE +++ LICENSE @@ -1,6 +1,6 @@ MIT/X Consortium License -© 2006-2010 Anselm R Garbe +© 2006-2011 Anselm R Garbe © 2006-2007 Sander van Dijk © 2006-2009 Jukka Salmi © 2007-2009 Premysl Hruby @@ -10,7 +10,7 @@ MIT/X Consortium License © 2007-2008 Peter Hartlich © 2008 Martin Hurton © 2008 Neale Pickett -© 2009 Mate Nagy +© 2009 Mate Nagy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), blob - 31fc8354eb94a44f258075d9ca6e2c5cd44a3fec blob + b997623719285d03aa254b04d149056fb8434dd1 --- README +++ README @@ -38,7 +38,7 @@ the DISPLAY environment variable is set correctly, e.g In order to display status info in the bar, you can do something like this in your .xinitrc: - while xsetroot -name "`date` `uptime | sed 's/.*,//'`" + while xsetroot -name "`date` `uptime | sed 's/.*,//'` do sleep 20 done & blob - 780f1fb9d27463e3d36c798c275d6b4d0ccf59b1 blob + f6cec0b22ec61b7be08a5a12b541bcf93f5c94e7 --- dwm.c +++ dwm.c @@ -2046,7 +2046,7 @@ zoom(const Arg *arg) { int main(int argc, char *argv[]) { if(argc == 2 && !strcmp("-v", argv[1])) - die("dwm-"VERSION", © 2006-2010 dwm engineers, see LICENSE for details\n"); + die("dwm-"VERSION", © 2006-2011 dwm engineers, see LICENSE for details\n"); else if(argc != 1) die("usage: dwm [-v]\n"); if(!setlocale(LC_CTYPE, "") || !XSupportsLocale())