From ae760f3f3883cbb4249d46d2213c86696c64cd04 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Sun, 9 Sep 2007 18:28:39 +0200 Subject: introduced new define RESIZEHINTS, which allows to enable/disable size hint handling in tiled resizals --- config.default.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.default.h') diff --git a/config.default.h b/config.default.h index dab8cc7..96efa83 100644 --- a/config.default.h +++ b/config.default.h @@ -32,6 +32,7 @@ static Layout layouts[] = { \ { "[]=", tile }, /* first entry is default */ \ { "><>", floating }, \ }; +#define RESIZEHINTS False /* True - respect size hints in tiled resizals */ #define MWFACT 0.6 /* master width factor [0.1 .. 0.9] */ #define SNAP 32 /* snap pixel */ -- cgit v1.2.3-54-g00ecf