JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
set layout already here
[dwm.git] / config.anselm.h
index ea0f52e..937ab81 100644 (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 */