Browse Source

set layout already here

main
Anselm R Garbe 16 years ago
parent
commit
2fc9cffdeb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      config.anselm.h

+ 2
- 2
config.anselm.h View File

@ -78,13 +78,13 @@ setanselmgeoms(void) {
void
anselmgeoms(const char *arg) {
setgeoms = setanselmgeoms;
arrange();
setlayout("[]|");
}
void
defgeoms(const char *arg) {
setgeoms = setdefaultgeoms;
arrange();
setlayout("[]=");
}
/* key definitions */


Loading…
Cancel
Save