pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fc9cff
)
update
author
Anselm R Garbe
<garbeam@gmail.com>
Thu, 13 Mar 2008 10:24:02 +0000
(10:24 +0000)
committer
Anselm R Garbe
<garbeam@gmail.com>
Thu, 13 Mar 2008 10:24:02 +0000
(10:24 +0000)
config.anselm.h
patch
|
blob
|
history
diff --git
a/config.anselm.h
b/config.anselm.h
index
937ab81
..
990575d
100644
(file)
--- a/
config.anselm.h
+++ b/
config.anselm.h
@@
-78,12
+78,14
@@
setanselmgeoms(void) {
void
anselmgeoms(const char *arg) {
setgeoms = setanselmgeoms;
+ setgeoms();
setlayout("[]|");
}
void
defgeoms(const char *arg) {
setgeoms = setdefaultgeoms;
+ setgeoms();
setlayout("[]=");
}