mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 14:08:06 +01:00
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.
This commit is contained in:
@@ -133,7 +133,7 @@
|
|||||||
* #define if you want the window creation animation when superfluous
|
* #define if you want the window creation animation when superfluous
|
||||||
* is enabled.
|
* is enabled.
|
||||||
*/
|
*/
|
||||||
#define WINDOW_BIRTH_ZOOM
|
#undef WINDOW_BIRTH_ZOOM
|
||||||
|
|
||||||
/* whether arrow drawing in clip buttons should be gradiented */
|
/* whether arrow drawing in clip buttons should be gradiented */
|
||||||
#undef GRADIENT_CLIP_ARROWS
|
#undef GRADIENT_CLIP_ARROWS
|
||||||
|
|||||||
Reference in New Issue
Block a user