referred to LICENSE file
2c6be723
10 file(s) · +10 −60
| 1 | - | /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> |
|
| 2 | - | * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> |
|
| 3 | - | * © 2006-2007 Jukka Salmi <jukka at salmi dot ch> |
|
| 4 | - | * © 2007 Premysl Hruby <dfenze at gmail dot com> |
|
| 5 | - | * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com> |
|
| 6 | - | * See LICENSE file for license details. */ |
|
| 1 | + | /* See LICENSE file for copyright and license details. */ |
|
| 7 | 2 | #include "dwm.h" |
|
| 8 | 3 | #include <stdlib.h> |
|
| 9 | 4 | #include <string.h> |
| 1 | - | /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> |
|
| 2 | - | * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> |
|
| 3 | - | * © 2006-2007 Jukka Salmi <jukka at salmi dot ch> |
|
| 4 | - | * © 2007 Premysl Hruby <dfenze at gmail dot com> |
|
| 5 | - | * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com> |
|
| 6 | - | * See LICENSE file for license details. */ |
|
| 1 | + | /* See LICENSE file for copyright and license details. */ |
|
| 7 | 2 | ||
| 8 | 3 | /* appearance */ |
|
| 9 | 4 | #define BARPOS BarTop /* BarBot, BarOff */ |
| 1 | - | /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> |
|
| 2 | - | * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> |
|
| 3 | - | * © 2006-2007 Jukka Salmi <jukka at salmi dot ch> |
|
| 4 | - | * © 2007 Premysl Hruby <dfenze at gmail dot com> |
|
| 5 | - | * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com> |
|
| 6 | - | * See LICENSE file for license details. */ |
|
| 1 | + | /* See LICENSE file for copyright and license details. */ |
|
| 7 | 2 | ||
| 8 | 3 | /* appearance */ |
|
| 9 | 4 | #define BARPOS BarTop /* BarBot, BarOff */ |
| 1 | - | /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> |
|
| 2 | - | * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> |
|
| 3 | - | * © 2006-2007 Jukka Salmi <jukka at salmi dot ch> |
|
| 4 | - | * © 2007 Premysl Hruby <dfenze at gmail dot com> |
|
| 5 | - | * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com> |
|
| 6 | - | * See LICENSE file for license details. */ |
|
| 1 | + | /* See LICENSE file for copyright and license details. */ |
|
| 7 | 2 | #include "dwm.h" |
|
| 8 | 3 | #include <string.h> |
|
| 9 | 4 |
| 1 | - | /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> |
|
| 2 | - | * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> |
|
| 3 | - | * © 2006-2007 Jukka Salmi <jukka at salmi dot ch> |
|
| 4 | - | * © 2007 Premysl Hruby <dfenze at gmail dot com> |
|
| 5 | - | * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com> |
|
| 6 | - | * See LICENSE file for license details. |
|
| 1 | + | /* See LICENSE file for copyright and license details. |
|
| 7 | 2 | * |
|
| 8 | 3 | * dynamic window manager is designed like any other X client as well. It is |
|
| 9 | 4 | * driven through handling X events. In contrast to other X clients, a window |
| 1 | - | /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> |
|
| 2 | - | * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> |
|
| 3 | - | * © 2006-2007 Jukka Salmi <jukka at salmi dot ch> |
|
| 4 | - | * © 2007 Premysl Hruby <dfenze at gmail dot com> |
|
| 5 | - | * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com> |
|
| 6 | - | * See LICENSE file for license details. */ |
|
| 1 | + | /* See LICENSE file for copyright and license details. */ |
|
| 7 | 2 | #include "dwm.h" |
|
| 8 | 3 | #include <stdio.h> |
|
| 9 | 4 | #include <stdlib.h> |
| 1 | - | /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> |
|
| 2 | - | * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> |
|
| 3 | - | * © 2006-2007 Jukka Salmi <jukka at salmi dot ch> |
|
| 4 | - | * © 2007 Premysl Hruby <dfenze at gmail dot com> |
|
| 5 | - | * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com> |
|
| 6 | - | * See LICENSE file for license details. */ |
|
| 1 | + | /* See LICENSE file for copyright and license details. */ |
|
| 7 | 2 | #include "dwm.h" |
|
| 8 | 3 | #include <stdlib.h> |
|
| 9 | 4 |
| 1 | - | /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> |
|
| 2 | - | * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> |
|
| 3 | - | * © 2006-2007 Jukka Salmi <jukka at salmi dot ch> |
|
| 4 | - | * © 2007 Premysl Hruby <dfenze at gmail dot com> |
|
| 5 | - | * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com> |
|
| 6 | - | * See LICENSE file for license details. */ |
|
| 1 | + | /* See LICENSE file for copyright and license details. */ |
|
| 7 | 2 | #include "dwm.h" |
|
| 8 | 3 | #include <errno.h> |
|
| 9 | 4 | #include <locale.h> |
| 1 | - | /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> |
|
| 2 | - | * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> |
|
| 3 | - | * © 2006-2007 Jukka Salmi <jukka at salmi dot ch> |
|
| 4 | - | * © 2007 Premysl Hruby <dfenze at gmail dot com> |
|
| 5 | - | * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com> |
|
| 6 | - | * See LICENSE file for license details. */ |
|
| 1 | + | /* See LICENSE file for copyright and license details. */ |
|
| 7 | 2 | #include "dwm.h" |
|
| 8 | 3 | #include <regex.h> |
|
| 9 | 4 | #include <stdio.h> |
| 1 | - | /* © 2006-2007 Anselm R. Garbe <garbeam at gmail dot com> |
|
| 2 | - | * © 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> |
|
| 3 | - | * © 2006-2007 Jukka Salmi <jukka at salmi dot ch> |
|
| 4 | - | * © 2007 Premysl Hruby <dfenze at gmail dot com> |
|
| 5 | - | * © 2007 Szabolcs Nagy <nszabolcs at gmail dot com> |
|
| 6 | - | * See LICENSE file for license details. */ |
|
| 1 | + | /* See LICENSE file for copyright and license details. */ |
|
| 7 | 2 | #include "dwm.h" |
|
| 8 | 3 | #include <stdarg.h> |
|
| 9 | 4 | #include <stdio.h> |