dwm

dynamic window manager
git clone https://git.parazyd.org/dwm
Log | Files | Refs | README | LICENSE

commit 2fc9cffdeb96dabd52bff22359a0091e1f1e2e4f
parent 3c5b6f03baa16dd8bbe9a4f70bb32b02ce4a488a
Author: Anselm R Garbe <garbeam@gmail.com>
Date:   Thu, 13 Mar 2008 10:22:10 +0000

set layout already here
Diffstat:
Mconfig.anselm.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.anselm.h b/config.anselm.h @@ -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 */