fixing some minor issues, next week is dwm-5.9 release time
This commit is contained in:
parent
5c710cf89c
commit
d384cee751
4
LICENSE
4
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT/X Consortium License
|
MIT/X Consortium License
|
||||||
|
|
||||||
© 2006-2010 Anselm R Garbe <anselm@garbe.us>
|
© 2006-2011 Anselm R Garbe <anselm@garbe.us>
|
||||||
© 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
|
© 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
|
||||||
© 2006-2009 Jukka Salmi <jukka at salmi dot ch>
|
© 2006-2009 Jukka Salmi <jukka at salmi dot ch>
|
||||||
© 2007-2009 Premysl Hruby <dfenze at gmail dot com>
|
© 2007-2009 Premysl Hruby <dfenze at gmail dot com>
|
||||||
@ -10,7 +10,7 @@ MIT/X Consortium License
|
|||||||
© 2007-2008 Peter Hartlich <sgkkr at hartlich dot com>
|
© 2007-2008 Peter Hartlich <sgkkr at hartlich dot com>
|
||||||
© 2008 Martin Hurton <martin dot hurton at gmail dot com>
|
© 2008 Martin Hurton <martin dot hurton at gmail dot com>
|
||||||
© 2008 Neale Pickett <neale dot woozle dot org>
|
© 2008 Neale Pickett <neale dot woozle dot org>
|
||||||
© 2009 Mate Nagy <mnagy@port70.net>
|
© 2009 Mate Nagy <mnagy at port70 dot net>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
copy of this software and associated documentation files (the "Software"),
|
copy of this software and associated documentation files (the "Software"),
|
||||||
|
2
README
2
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
|
In order to display status info in the bar, you can do something
|
||||||
like this in your .xinitrc:
|
like this in your .xinitrc:
|
||||||
|
|
||||||
while xsetroot -name "`date` `uptime | sed 's/.*,//'`"
|
while xsetroot -name "`date` `uptime | sed 's/.*,//'`
|
||||||
do
|
do
|
||||||
sleep 20
|
sleep 20
|
||||||
done &
|
done &
|
||||||
|
2
dwm.c
2
dwm.c
@ -2046,7 +2046,7 @@ zoom(const Arg *arg) {
|
|||||||
int
|
int
|
||||||
main(int argc, char *argv[]) {
|
main(int argc, char *argv[]) {
|
||||||
if(argc == 2 && !strcmp("-v", argv[1]))
|
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)
|
else if(argc != 1)
|
||||||
die("usage: dwm [-v]\n");
|
die("usage: dwm [-v]\n");
|
||||||
if(!setlocale(LC_CTYPE, "") || !XSupportsLocale())
|
if(!setlocale(LC_CTYPE, "") || !XSupportsLocale())
|
||||||
|
Loading…
Reference in New Issue
Block a user