@ -2,6 +2,7 @@ MIT/X Consortium License
© 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
© 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
© 2007 Premysl Hruby <dfenze at gmail dot com>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
@ -1,5 +1,6 @@
/* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com>
* © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
* © 2007 Premysl Hruby <dfenze at gmail dot com>
* See LICENSE file for license details. */
#include "dwm.h"
#include <stdlib.h>
/* appearance */
#include <string.h>
* See LICENSE file for license details.
*
* dynamic window manager is designed like any other X client as well. It is
#include <stdio.h>
#include <errno.h>
#include <regex.h>
#include <stdarg.h>