Mercurial > dwm-meillo
comparison kb.c @ 29:8ad86d0a6a53
added gravity stuff
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Wed, 12 Jul 2006 17:17:15 +0200 |
parents | 3dceb132082d |
children | 386649deb651 |
comparison
equal
deleted
inserted
replaced
28:3dceb132082d | 29:8ad86d0a6a53 |
---|---|
6 #include "wm.h" | 6 #include "wm.h" |
7 | 7 |
8 #include <X11/keysym.h> | 8 #include <X11/keysym.h> |
9 | 9 |
10 static const char *term[] = { | 10 static const char *term[] = { |
11 "xterm", "-bg", "black", "-fg", "white", "-fn", | 11 "aterm", "-tr", "+sb", "-bg", "black", "-fg", "white", "-fn", |
12 "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*", 0 | 12 "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*", 0 |
13 }; | 13 }; |
14 | 14 |
15 static const char *proglist[] = { | 15 static const char *proglist[] = { |
16 "sh", "-c", "exec `ls -lL /bin /sbin /usr/bin /usr/local/bin 2>/dev/null " | 16 "sh", "-c", "exec `ls -lL /bin /sbin /usr/bin /usr/local/bin 2>/dev/null " |