Undefine WINDOW_BIRTH_ZOOM
[wmaker-crm.git] / src / wconfig.h.in
blob4648a51650299546e8f65095f2031438139b00af
1 /*
2 * wconfig.h- default configuration and definitions + compile time options
4 * WindowMaker window manager
6 * Copyright (c) 1997-2003 Alfredo K. Kojima
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23 #ifndef WMCONFIG_H_
24 #define WMCONFIG_H_
26 #include "config.h"
28 /*** Change this file (wconfig.h) *after* you ran configure ***/
31 * Comment out the following #defines if you want to disable a feature.
32 * Also check the features you can enable through configure.
36 * #undefine if you dont want texture plugin support or your system have
37 * some sort of problem with them.
39 #define TEXTURE_PLUGIN
41 /* If you want animations for iconification, shading, icon arrangement etc. */
42 #define ANIMATIONS
44 /* undefine it if you don't want your config files to be preprocessed by cpp */
45 #define USECPP
47 /* #define CPP_PATH @CPP_PATH@ */
49 /* support for XDND drop in the Dock. Experimental */
50 /*#define XDND*/
52 /* support for Motif window manager (mwm) window hints */
53 #define MWM_HINTS
56 * Undefine BALLOON_TEXT if you don't want balloons for showing extra
57 * information, like window titles that are not fully visible.
59 #define BALLOON_TEXT
62 * If balloons should be shaped or be simple rectangles.
63 * The X server must support the shape extensions and it's support
64 * must be enabled (default).
66 #define SHAPED_BALLOON
69 * Turn on a hack to make mouse and keyboard actions work even if
70 * the NumLock or ScrollLock modifiers are turned on. They might
71 * inflict a performance/memory penalty.
73 * If you're an X expert (knows the implementation of XGrabKey() in X)
74 * and knows that the penalty is small (or not), please tell me.
76 #define NUMLOCK_HACK
79 * define OPTIMIZE_SHAPE if you want the shape setting code to be optimized
80 * for applications that change their shape frequently (like xdaliclock
81 * -shape), removing flickering. If wmaker and your display are on
82 * different machines and the network connection is slow, it is not
83 * recommended.
85 #undef OPTIMIZE_SHAPE
87 /* define CONFIGURE_WINDOW_WHILE_MOVING if you want WindowMaker to send
88 * the synthetic ConfigureNotify event to windows while moving at every
89 * single movement. Default is to send a synthetic ConfigureNotify event
90 * only at the end of window moving, which improves performance.
92 #undef CONFIGURE_WINDOW_WHILE_MOVING
94 /* disable/enable workspace indicator in the dock */
95 #undef WS_INDICATOR
98 * define HIDDENDOT if you want a dot to be shown in the application icon
99 * of applications that are hidden.
101 #define HIDDENDOT
104 * Ignores the PPosition hint from clients. This is needed for some
105 * programs that have buggy implementations of such hint and place
106 * themselves in strange locations.
108 #undef IGNORE_PPOSITION
110 /* Do not scale application icon and miniwindow icon images */
111 #undef DONT_SCALE_ICONS
114 * The following options WILL NOT BE MADE RUN-TIME. Please do not request.
115 * They will only add unneeded bloat.
119 * define SHADOW_RESIZEBAR if you want a resizebar with shadows like in
120 * AfterStep, instead of the default Openstep look.
121 * NEXTSTEP 3.3 also does not have these shadows.
123 #undef SHADOW_RESIZEBAR
125 #define NORMAL_ICON_KABOOM
127 * Define ICON_KABOOM_EXTRA if you want extra fancy icon undocking
128 * explosion animation.
130 #undef ICON_KABOOM_EXTRA
133 * #define if you want the window creation animation when superfluous
134 * is enabled.
136 #undef WINDOW_BIRTH_ZOOM
138 /* whether arrow drawing in clip buttons should be gradiented */
139 #undef GRADIENT_CLIP_ARROWS
142 * Some of the following options can be configured in the preference files,
143 * but if for some reason they can't, these are their defaults.
145 * There are also some options that can only be configured here, at compile time.
148 /* list of paths to look for the config files, searched in order of appearance */
149 #define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:"PKGDATADIR
150 #define DEF_MENU_FILE "menu"
152 /* name of the script to execute at startup */
153 #define DEF_INIT_SCRIPT "autostart"
154 #define DEF_EXIT_SCRIPT "exitscript"
155 #define DEFAULTS_DIR "Defaults"
157 #ifdef USE_TIFF
158 #define DEF_BUTTON_IMAGES PKGDATADIR"/buttons.tiff"
159 #else
160 #define DEF_BUTTON_IMAGES PKGDATADIR"/buttons.xpm"
161 #endif
163 /* the file of the system wide submenu to be forced into the main menu */
164 #define GLOBAL_PREAMBLE_MENU_FILE "GlobalMenu.pre"
165 #define GLOBAL_EPILOGUE_MENU_FILE "GlobalMenu.post"
167 /* pixmap path */
168 #define DEF_PIXMAP_PATHS \
169 "(\"~/pixmaps\",\"~/GNUstep/Library/WindowMaker/Pixmaps\",\""PIXMAPDIR"\")"
171 #ifdef USER_MENU
172 #define GLOBAL_USER_MENU_PATH PKGDATADIR"/UserMenus"
173 #define DEF_USER_MENU_PATHS \
174 "~/GNUstep/Library/WindowMaker/UserMenus:"GLOBAL_USER_MENU_PATH
175 #endif
177 /* icon path */
178 #define DEF_ICON_PATHS \
179 "(\"~/pixmaps\",\"~/GNUstep/Library/Icons\",\"/usr/include/X11/pixmaps/\",\""PIXMAPDIR"\")"
181 /* window title to use for untitled windows */
182 #define DEF_WINDOW_TITLE "Untitled"
184 /* default style */
185 #define DEF_FRAME_COLOR "white"
187 /* default fonts */
188 #define DEF_TITLE_FONT "\"Trebuchet MS,Luxi Sans:bold:pixelsize=12\""
189 #define DEF_MENU_TITLE_FONT "\"Trebuchet MS,Luxi Sans:bold:pixelsize=12\""
190 #define DEF_MENU_ENTRY_FONT "\"Trebuchet MS,Luxi Sans:pixelsize=12\""
191 #define DEF_ICON_TITLE_FONT "\"Arial,Luxi Sans:pixelsize=9\""
192 #define DEF_CLIP_TITLE_FONT "\"Verdana:bold:pixelsize=10\""
193 #define DEF_INFO_TEXT_FONT "\"Trebuchet MS,Luxi Sans:pixelsize=12\""
194 #define DEF_WORKSPACE_NAME_FONT "\"Trebuchet MS,Luxi Sans:pixelsize=24\""
196 /* line width of the move/resize frame */
197 #define DEF_FRAME_THICKNESS 1
199 #define DEF_WINDOW_TITLE_EXTEND_SPACE "0"
200 #define DEF_MENU_TITLE_EXTEND_SPACE "0"
201 #define DEF_MENU_TEXT_EXTEND_SPACE "0"
202 #define TITLEBAR_EXTEND_SPACE 4
204 #define DEF_XPM_CLOSENESS 40000
206 /* default position of application menus */
207 #define DEF_APPMENU_X 10
208 #define DEF_APPMENU_Y 10
210 /* calculate window edge resistance from edge resistance */
211 #define WIN_RESISTANCE(x) (((x)*20)/30)
213 /* Window level where icons reside */
214 #define NORMAL_ICON_LEVEL WMNormalLevel
216 /* do not divide main menu and submenu in different tiers,
217 * opposed to OpenStep */
218 #define SINGLE_MENULEVEL
220 /* max. time to spend doing animations in seconds. If the animation
221 * time exceeds this value, it is immediately finished. Usefull for
222 * moments of high-load. DO NOT set *_DELAY_{Z,T,F} to zero!
224 #define MAX_ANIMATION_TIME 1
225 /* Zoom animation */
226 #define MINIATURIZE_ANIMATION_FRAMES_Z 7
227 #define MINIATURIZE_ANIMATION_STEPS_Z 16
228 #define MINIATURIZE_ANIMATION_DELAY_Z 10000
229 /* Twist animation */
230 #define MINIATURIZE_ANIMATION_FRAMES_T 12
231 #define MINIATURIZE_ANIMATION_STEPS_T 16
232 #define MINIATURIZE_ANIMATION_DELAY_T 20000
233 #define MINIATURIZE_ANIMATION_TWIST_T 0.5
234 /* Flip animation */
235 #define MINIATURIZE_ANIMATION_FRAMES_F 12
236 #define MINIATURIZE_ANIMATION_STEPS_F 16
237 #define MINIATURIZE_ANIMATION_DELAY_F 20000
238 #define MINIATURIZE_ANIMATION_TWIST_F 0.5
240 /* delays in ms...*/
241 #define BALLOON_DELAY 1000 /* ...before balloon is shown */
242 #define MENU_SELECT_DELAY 200 /* ...for menu item selection hysteresis */
243 #define MENU_JUMP_BACK_DELAY 400 /* ...for jumpback of scrolled menus */
245 /* animation speed constants */
246 #define ICON_SLIDE_SLOWDOWN_UF 1
247 #define ICON_SLIDE_DELAY_UF 0
248 #define ICON_SLIDE_STEPS_UF 50
250 #define ICON_SLIDE_SLOWDOWN_F 3
251 #define ICON_SLIDE_DELAY_F 0
252 #define ICON_SLIDE_STEPS_F 50
254 #define ICON_SLIDE_SLOWDOWN_M 5
255 #define ICON_SLIDE_DELAY_M 0
256 #define ICON_SLIDE_STEPS_M 30
258 #define ICON_SLIDE_SLOWDOWN_S 10
259 #define ICON_SLIDE_DELAY_S 0
260 #define ICON_SLIDE_STEPS_S 20
262 #define ICON_SLIDE_SLOWDOWN_US 20
263 #define ICON_SLIDE_DELAY_US 1
264 #define ICON_SLIDE_STEPS_US 10
266 /* menu scrolling */
267 #define MENU_SCROLL_STEPS_UF 14
268 #define MENU_SCROLL_DELAY_UF 1
270 #define MENU_SCROLL_STEPS_F 10
271 #define MENU_SCROLL_DELAY_F 5
273 #define MENU_SCROLL_STEPS_M 6
274 #define MENU_SCROLL_DELAY_M 5
276 #define MENU_SCROLL_STEPS_S 4
277 #define MENU_SCROLL_DELAY_S 6
279 #define MENU_SCROLL_STEPS_US 1
280 #define MENU_SCROLL_DELAY_US 8
282 /* shade animation */
283 #define SHADE_STEPS_UF 5
284 #define SHADE_DELAY_UF 0
286 #define SHADE_STEPS_F 10
287 #define SHADE_DELAY_F 0
289 #define SHADE_STEPS_M 15
290 #define SHADE_DELAY_M 0
292 #define SHADE_STEPS_S 30
293 #define SHADE_DELAY_S 0
295 #define SHADE_STEPS_US 40
296 #define SHADE_DELAY_US 10
298 /* workspace name on switch display */
299 #define WORKSPACE_NAME_FADE_DELAY 30
301 #ifdef VIRTUAL_DESKTOP
302 /* workspace virtual edge speed */
303 #define VIRTUALEDGE_SCROLL_VSTEP 30
304 #define VIRTUALEDGE_SCROLL_HSTEP 30
305 #endif
307 #define WORKSPACE_NAME_DELAY 400
309 /* Delay when cycling colors of selected icons. */
310 #define COLOR_CYCLE_DELAY 200
312 /* size of the pieces in the undocked icon explosion */
313 #define ICON_KABOOM_PIECE_SIZE 4
316 * Position increment for smart placement: >= 1
317 * Raise these values if it's too slow for you
319 #define PLACETEST_HSTEP 8
320 #define PLACETEST_VSTEP 8
322 #define DOCK_EXTRA_SPACE 0
324 /* Vicinity in which an icon can be attached to the clip */
325 #define CLIP_ATTACH_VICINITY 1
326 #define CLIP_BUTTON_SIZE 23
328 /* The amount of space (in multiples of the icon size)
329 * a docked icon must be dragged out to detach it */
330 #define DOCK_DETTACH_THRESHOLD 3
332 /* Delay (in ms) after which the clip will autocollapse when leaved */
333 #define AUTO_COLLAPSE_DELAY 1000
335 /* Delay (in ms) after which the clip will autoexpand when entered.
336 * Set this to zero if you want instant expanding. */
337 #define AUTO_EXPAND_DELAY 600
339 /* Delay (in ms) after which the clip will be lowered when leaved */
340 #define AUTO_LOWER_DELAY 1000
342 /* Delay (in ms) after which the clip will be raised when entered.
343 * Set this to zero if you want instant raise. */
344 #define AUTO_RAISE_DELAY 600
346 /* Max. number of icons the clip can have */
347 #define CLIP_MAX_ICONS 32
349 /* blink interval when invoking a menu item */
350 #define MENU_BLINK_DELAY 60000
351 #define MENU_BLINK_COUNT 2
352 #define CURSOR_BLINK_RATE 300
354 /* how many pixels to move before dragging windows and other objects */
355 #define MOVE_THRESHOLD 5
356 #define HRESIZE_THRESHOLD 3
358 #define MAX_WORKSPACENAME_WIDTH 64
359 /* max width of window title in window list */
360 #define MAX_WINDOWLIST_WIDTH 160
362 #define KEY_CONTROL_WINDOW_WEIGHT 1
364 /* if your keyboard don't have arrow keys */
365 #undef ARROWLESS_KBD
367 /* don't put titles in miniwindows */
368 #undef NO_MINIWINDOW_TITLES
370 #define FRAME_BORDER_COLOR "black"
372 /* for boxes with high mouse sampling rates (SGI) */
373 #define DELAY_BETWEEN_MOUSE_SAMPLING 10
376 * You should not modify the following values, unless you know
377 * what you're doing.
380 /* number of window shortcuts */
381 #define MAX_WINDOW_SHORTCUTS 10
382 #define WM_PI 3.14159265358979323846
383 #define MIN_TITLEFONT_HEIGHT(h) ((h)>14 ? (h) : 14)
384 #define TITLEBAR_HEIGHT 18 /* window's titlebar height */
385 #define RESIZEBAR_HEIGHT 8 /* height of the resizebar */
386 #define FRAME_BORDER_WIDTH 1 /* width of window border for frames */
387 #define RESIZEBAR_MIN_WIDTH 20 /* min width of handles-corner_width */
388 #define RESIZEBAR_CORNER_WIDTH 28 /* width of the corner of resizebars */
389 #define MENU_INDICATOR_SPACE 12
390 #define MIN_WINDOW_SIZE 5 /* minimum size for windows */
391 #define ICON_WIDTH 64 /* size of the icon window */
392 #define ICON_HEIGHT 64
393 #define ICON_BORDER_WIDTH 2
394 #define MAX_ICON_WIDTH 60 /* size of the icon pixmap */
395 #define MAX_ICON_HEIGHT 48
396 #define MAX_WORKSPACES 100
397 #define MAX_MENU_TEXT_LENGTH 512
398 #define MAX_RESTART_ARGS 16
399 #define MAX_DEAD_PROCESSES 128
400 #define MAXLINE 1024
402 #ifdef _MAX_PATH
403 # define DEFAULT_PATH_MAX _MAX_PATH
404 #else
405 # define DEFAULT_PATH_MAX 512
406 #endif
408 #define DEBUG0
410 /* some rules */
411 #ifndef SHAPE
412 #undef SHAPED_BALLOON
413 #endif
415 #ifdef XKB_MODELOCK
416 #define KEEP_XKB_LOCK_STATUS
417 /* This is a hidden feature.
418 * Choose just one of LANGUAGE_* hints.
419 * Icon can be changed in def_pixmaps.h.
420 * More icons are welcome.
422 #define XKB_BUTTON_HINT
423 #undef LANGUAGE_TH
424 #undef LANGUAGE_SK
425 #endif
427 #if defined(HAVE_LIBINTL_H) && defined(I18N)
428 #include <libintl.h>
429 #define _(text) gettext(text)
430 #else
431 #define _(text) (text)
432 #endif
434 #if defined(__GNUC__) && !defined(__STRICT_ANSI__)
435 #define INLINE inline
436 #else
437 #define INLINE
438 #endif
440 #endif /* WMCONFIG_H_ */