set layout already here
This commit is contained in:
parent
3c5b6f03ba
commit
2fc9cffdeb
1 changed files with 2 additions and 2 deletions
|
@ -78,13 +78,13 @@ setanselmgeoms(void) {
|
||||||
void
|
void
|
||||||
anselmgeoms(const char *arg) {
|
anselmgeoms(const char *arg) {
|
||||||
setgeoms = setanselmgeoms;
|
setgeoms = setanselmgeoms;
|
||||||
arrange();
|
setlayout("[]|");
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
defgeoms(const char *arg) {
|
defgeoms(const char *arg) {
|
||||||
setgeoms = setdefaultgeoms;
|
setgeoms = setdefaultgeoms;
|
||||||
arrange();
|
setlayout("[]=");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* key definitions */
|
/* key definitions */
|
||||||
|
|
Loading…
Reference in a new issue