From c552c5851942774c15b14316ef1aa9623dbdd801 Mon Sep 17 00:00:00 2001 From: garbeam Date: Wed, 7 Dec 2005 03:20:36 +0200 Subject: [PATCH] fixed some constants to be saner --- cmd/wm/wm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/wm/wm.h b/cmd/wm/wm.h index 6c9a75f6..e2aa7788 100644 --- a/cmd/wm/wm.h +++ b/cmd/wm/wm.h @@ -92,9 +92,9 @@ enum { }; #define PROTO_DEL 1 -#define BORDER_WIDTH 1 -#define LAYOUT "column" -#define GAP 5 +#define BORDER_WIDTH 3 +#define LAYOUT "float" +#define GAP 5 #define ROOT_MASK (SubstructureRedirectMask | SubstructureNotifyMask | ButtonPressMask | ButtonReleaseMask) #define CLIENT_MASK (SubstructureNotifyMask | PropertyChangeMask | EnterWindowMask)