1
0
Fork 1
mirror of https://git.suckless.org/dwm synced 2025-01-18 23:07:25 -08:00
This commit is contained in:
Anselm R Garbe 2008-03-13 10:24:02 +00:00
parent 2fc9cffdeb
commit 8aa1533879

View file

@ -78,12 +78,14 @@ setanselmgeoms(void) {
void
anselmgeoms(const char *arg) {
setgeoms = setanselmgeoms;
setgeoms();
setlayout("[]|");
}
void
defgeoms(const char *arg) {
setgeoms = setdefaultgeoms;
setgeoms();
setlayout("[]=");
}