From 7ef8178d2a19cee4ecc861fbcbeb2bef12f1b6e7 Mon Sep 17 00:00:00 2001 From: "Carlos R. Mafra" Date: Wed, 6 Jan 2010 10:31:08 +0100 Subject: [PATCH] Undefine WINDOW_BIRTH_ZOOM I don't want the (small) overhead of the window birth zoom special effects because I like apps popping up instantly when I open them (specially now with the SSD). Another way to not get the birth animation is to unset "animations" in WPrefs, but that makes the other animations which I care (ie they don't have the effect of making my computer seem slower than it really is) go away. --- src/wconfig.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wconfig.h.in b/src/wconfig.h.in index cab2bd0f..4648a516 100644 --- a/src/wconfig.h.in +++ b/src/wconfig.h.in @@ -133,7 +133,7 @@ * #define if you want the window creation animation when superfluous * is enabled. */ -#define WINDOW_BIRTH_ZOOM +#undef WINDOW_BIRTH_ZOOM /* whether arrow drawing in clip buttons should be gradiented */ #undef GRADIENT_CLIP_ARROWS -- 2.11.4.GIT