Prevent crash when switchpanel is not initialised.
[wmaker-crm.git] / src / wconfig.h.in
blobc2a79a353f769cab720203a491da5a583113aa9c
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., 51 Franklin St, Fifth Floor, Boston,
21 * MA 02110-1301, USA.
24 #ifndef WMCONFIG_H_
25 #define WMCONFIG_H_
27 #include "config.h"
29 /*** Change this file (wconfig.h) *after* you ran configure ***/
32 * Comment out the following #defines if you want to disable a feature.
33 * Also check the features you can enable through configure.
36 /* If you want animations for iconification, shading, icon arrangement etc. */
37 #define ANIMATIONS
39 /* support for XDND drop in the Dock. Experimental */
40 /*#define XDND*/
42 /* support for Motif window manager (mwm) window hints */
43 #define MWM_HINTS
46 * Undefine BALLOON_TEXT if you don't want balloons for showing extra
47 * information, like window titles that are not fully visible.
49 #define BALLOON_TEXT
52 * If balloons should be shaped or be simple rectangles.
53 * The X server must support the shape extensions and it's support
54 * must be enabled (default).
56 #define SHAPED_BALLOON
59 * Turn on a hack to make mouse and keyboard actions work even if
60 * the NumLock or ScrollLock modifiers are turned on. They might
61 * inflict a performance/memory penalty.
63 * If you're an X expert (knows the implementation of XGrabKey() in X)
64 * and knows that the penalty is small (or not), please tell me.
66 #define NUMLOCK_HACK
69 * define OPTIMIZE_SHAPE if you want the shape setting code to be optimized
70 * for applications that change their shape frequently (like xdaliclock
71 * -shape), removing flickering. If wmaker and your display are on
72 * different machines and the network connection is slow, it is not
73 * recommended.
75 #undef OPTIMIZE_SHAPE
77 /* define CONFIGURE_WINDOW_WHILE_MOVING if you want WindowMaker to send
78 * the synthetic ConfigureNotify event to windows while moving at every
79 * single movement. Default is to send a synthetic ConfigureNotify event
80 * only at the end of window moving, which improves performance.
82 #undef CONFIGURE_WINDOW_WHILE_MOVING
84 /* disable/enable workspace indicator in the dock */
85 #undef WS_INDICATOR
88 * define HIDDENDOT if you want a dot to be shown in the application icon
89 * of applications that are hidden.
91 #define HIDDENDOT
94 * Ignores the PPosition hint from clients. This is needed for some
95 * programs that have buggy implementations of such hint and place
96 * themselves in strange locations.
98 #undef IGNORE_PPOSITION
101 * The following options WILL NOT BE MADE RUN-TIME. Please do not request.
102 * They will only add unneeded bloat.
106 * define SHADOW_RESIZEBAR if you want a resizebar with shadows like in
107 * AfterStep, instead of the default Openstep look.
108 * NEXTSTEP 3.3 also does not have these shadows.
110 #undef SHADOW_RESIZEBAR
112 #define NORMAL_ICON_KABOOM
115 * #define if you want the window creation animation when superfluous
116 * is enabled.
118 #undef WINDOW_BIRTH_ZOOM
121 * Some of the following options can be configured in the preference files,
122 * but if for some reason they can't, these are their defaults.
124 * There are also some options that can only be configured here, at compile time.
127 /* list of paths to look for the config files, searched in order of appearance */
128 #define DEF_CONFIG_PATHS "~/GNUstep/Library/WindowMaker:"PKGDATADIR
129 #define DEF_MENU_FILE "menu"
131 /* name of the script to execute at startup */
132 #define DEF_INIT_SCRIPT "autostart"
133 #define DEF_EXIT_SCRIPT "exitscript"
134 #define DEFAULTS_DIR "Defaults"
136 #ifdef USE_TIFF
137 #define DEF_BUTTON_IMAGES PKGDATADIR"/buttons.tiff"
138 #else
139 #define DEF_BUTTON_IMAGES PKGDATADIR"/buttons.xpm"
140 #endif
142 /* the file of the system wide submenu to be forced into the main menu */
143 #define GLOBAL_PREAMBLE_MENU_FILE "GlobalMenu.pre"
144 #define GLOBAL_EPILOGUE_MENU_FILE "GlobalMenu.post"
146 /* pixmap path */
147 #define DEF_PIXMAP_PATHS \
148 "(\"~/pixmaps\",\"~/GNUstep/Library/WindowMaker/Pixmaps\",\""PIXMAPDIR"\")"
150 #ifdef USER_MENU
151 #define GLOBAL_USER_MENU_PATH PKGDATADIR"/UserMenus"
152 #define DEF_USER_MENU_PATHS \
153 "~/GNUstep/Library/WindowMaker/UserMenus:"GLOBAL_USER_MENU_PATH
154 #endif
156 /* icon path */
157 #define DEF_ICON_PATHS \
158 "(\"~/pixmaps\",\"~/GNUstep/Library/Icons\",\"/usr/include/X11/pixmaps/\",\""PIXMAPDIR"\")"
160 /* window title to use for untitled windows */
161 #define DEF_WINDOW_TITLE "Untitled"
163 /* default style */
164 #define DEF_FRAME_COLOR "white"
166 /* default fonts */
167 #define DEF_TITLE_FONT "\"Trebuchet MS,sans serif:bold:pixelsize=12\""
168 #define DEF_MENU_TITLE_FONT "\"Trebuchet MS,sans serif:bold:pixelsize=12\""
169 #define DEF_MENU_ENTRY_FONT "\"Trebuchet MS,sans serif:pixelsize=12\""
170 #define DEF_ICON_TITLE_FONT "\"Arial,sans serif:pixelsize=9\""
171 #define DEF_CLIP_TITLE_FONT "\"Verdana:bold:pixelsize=10\""
172 #define DEF_INFO_TEXT_FONT "\"Trebuchet MS,sans serif:pixelsize=12\""
173 #define DEF_WORKSPACE_NAME_FONT "\"Trebuchet MS,sans serif:pixelsize=24\""
175 /* line width of the move/resize frame */
176 #define DEF_FRAME_THICKNESS 1
178 #define DEF_WINDOW_TITLE_EXTEND_SPACE "0"
179 #define DEF_MENU_TITLE_EXTEND_SPACE "0"
180 #define DEF_MENU_TEXT_EXTEND_SPACE "0"
181 #define TITLEBAR_EXTEND_SPACE 4
183 #define DEF_XPM_CLOSENESS 40000
185 /* default position of application menus */
186 #define DEF_APPMENU_X 10
187 #define DEF_APPMENU_Y 10
189 /* calculate window edge resistance from edge resistance */
190 #define WIN_RESISTANCE(x) (((x)*20)/30)
192 /* Window level where icons reside */
193 #define NORMAL_ICON_LEVEL WMNormalLevel
195 /* do not divide main menu and submenu in different tiers,
196 * opposed to OpenStep */
197 #define SINGLE_MENULEVEL
199 /* max. time to spend doing animations in seconds. If the animation
200 * time exceeds this value, it is immediately finished. Usefull for
201 * moments of high-load. DO NOT set *_DELAY_{Z,T,F} to zero!
203 #define MAX_ANIMATION_TIME 1
204 /* Zoom animation */
205 #define MINIATURIZE_ANIMATION_FRAMES_Z 7
206 #define MINIATURIZE_ANIMATION_STEPS_Z 16
207 #define MINIATURIZE_ANIMATION_DELAY_Z 10000
208 /* Twist animation */
209 #define MINIATURIZE_ANIMATION_FRAMES_T 12
210 #define MINIATURIZE_ANIMATION_STEPS_T 16
211 #define MINIATURIZE_ANIMATION_DELAY_T 20000
212 #define MINIATURIZE_ANIMATION_TWIST_T 0.5
213 /* Flip animation */
214 #define MINIATURIZE_ANIMATION_FRAMES_F 12
215 #define MINIATURIZE_ANIMATION_STEPS_F 16
216 #define MINIATURIZE_ANIMATION_DELAY_F 20000
217 #define MINIATURIZE_ANIMATION_TWIST_F 0.5
219 /* delays in ms...*/
220 #define BALLOON_DELAY 1000 /* ...before balloon is shown */
221 #define MENU_SELECT_DELAY 200 /* ...for menu item selection hysteresis */
222 #define MENU_JUMP_BACK_DELAY 400 /* ...for jumpback of scrolled menus */
224 /* animation speed constants */
225 #define ICON_SLIDE_SLOWDOWN_UF 1
226 #define ICON_SLIDE_DELAY_UF 0
227 #define ICON_SLIDE_STEPS_UF 50
229 #define ICON_SLIDE_SLOWDOWN_F 3
230 #define ICON_SLIDE_DELAY_F 0
231 #define ICON_SLIDE_STEPS_F 50
233 #define ICON_SLIDE_SLOWDOWN_M 5
234 #define ICON_SLIDE_DELAY_M 0
235 #define ICON_SLIDE_STEPS_M 30
237 #define ICON_SLIDE_SLOWDOWN_S 10
238 #define ICON_SLIDE_DELAY_S 0
239 #define ICON_SLIDE_STEPS_S 20
241 #define ICON_SLIDE_SLOWDOWN_US 20
242 #define ICON_SLIDE_DELAY_US 1
243 #define ICON_SLIDE_STEPS_US 10
245 /* menu scrolling */
246 #define MENU_SCROLL_STEPS_UF 14
247 #define MENU_SCROLL_DELAY_UF 1
249 #define MENU_SCROLL_STEPS_F 10
250 #define MENU_SCROLL_DELAY_F 5
252 #define MENU_SCROLL_STEPS_M 6
253 #define MENU_SCROLL_DELAY_M 5
255 #define MENU_SCROLL_STEPS_S 4
256 #define MENU_SCROLL_DELAY_S 6
258 #define MENU_SCROLL_STEPS_US 1
259 #define MENU_SCROLL_DELAY_US 8
261 /* shade animation */
262 #define SHADE_STEPS_UF 5
263 #define SHADE_DELAY_UF 0
265 #define SHADE_STEPS_F 10
266 #define SHADE_DELAY_F 0
268 #define SHADE_STEPS_M 15
269 #define SHADE_DELAY_M 0
271 #define SHADE_STEPS_S 30
272 #define SHADE_DELAY_S 0
274 #define SHADE_STEPS_US 40
275 #define SHADE_DELAY_US 10
277 /* workspace name on switch display */
278 #define WORKSPACE_NAME_FADE_DELAY 30
279 #define WORKSPACE_NAME_DELAY 400
281 /* Delay when cycling colors of selected icons. */
282 #define COLOR_CYCLE_DELAY 200
284 /* size of the pieces in the undocked icon explosion */
285 #define ICON_KABOOM_PIECE_SIZE 4
288 * Position increment for smart placement: >= 1
289 * Raise these values if it's too slow for you
291 #define PLACETEST_HSTEP 8
292 #define PLACETEST_VSTEP 8
294 #define DOCK_EXTRA_SPACE 0
296 /* Vicinity in which an icon can be attached to the clip */
297 #define CLIP_ATTACH_VICINITY 1
298 #define CLIP_BUTTON_SIZE 23
300 /* The amount of space (in multiples of the icon size)
301 * a docked icon must be dragged out to detach it */
302 #define DOCK_DETTACH_THRESHOLD 3
304 /* Max. number of icons the dock and clip can have */
305 #define DOCK_MAX_ICONS 32
307 /* blink interval when invoking a menu item */
308 #define MENU_BLINK_DELAY 60000
309 #define MENU_BLINK_COUNT 2
310 #define CURSOR_BLINK_RATE 300
312 /* how many pixels to move before dragging windows and other objects */
313 #define MOVE_THRESHOLD 5
314 #define HRESIZE_THRESHOLD 3
316 #define MAX_WORKSPACENAME_WIDTH 64
317 /* max width of window title in window list */
318 #define MAX_WINDOWLIST_WIDTH 400
320 #ifndef HAVE_INOTIFY
321 /* Check defaults database for changes every this many milliseconds */
322 #define DEFAULTS_CHECK_INTERVAL 2000
323 #endif
325 #define KEY_CONTROL_WINDOW_WEIGHT 1
327 /* don't put titles in miniwindows */
328 #undef NO_MINIWINDOW_TITLES
330 /* for boxes with high mouse sampling rates (SGI) */
331 #define DELAY_BETWEEN_MOUSE_SAMPLING 10
334 * You should not modify the following values, unless you know
335 * what you're doing.
338 /* number of window shortcuts */
339 #define MAX_WINDOW_SHORTCUTS 10
340 #define WM_PI 3.14159265358979323846
341 #define MIN_TITLEFONT_HEIGHT(h) ((h)>14 ? (h) : 14)
342 #define TITLEBAR_HEIGHT 18 /* window's titlebar height */
343 #define RESIZEBAR_HEIGHT 8 /* height of the resizebar */
344 #define RESIZEBAR_MIN_WIDTH 20 /* min width of handles-corner_width */
345 #define RESIZEBAR_CORNER_WIDTH 28 /* width of the corner of resizebars */
346 #define MENU_INDICATOR_SPACE 12
347 #define MIN_WINDOW_SIZE 5 /* minimum size for windows */
348 #define ICON_WIDTH 64 /* size of the icon window */
349 #define ICON_HEIGHT 64
350 #define ICON_BORDER_WIDTH 2
351 #define MAX_ICON_WIDTH 60 /* size of the icon pixmap */
352 #define MAX_ICON_HEIGHT 48
353 #define MAX_WORKSPACES 100
354 #define MAX_MENU_TEXT_LENGTH 512
355 #define MAX_RESTART_ARGS 16
356 #define MAX_DEAD_PROCESSES 128
357 #define MAXLINE 1024
359 #ifdef _MAX_PATH
360 # define DEFAULT_PATH_MAX _MAX_PATH
361 #else
362 # define DEFAULT_PATH_MAX 512
363 #endif
365 /* some rules */
366 #ifndef SHAPE
367 #undef SHAPED_BALLOON
368 #endif
370 #ifdef XKB_MODELOCK
371 #define KEEP_XKB_LOCK_STATUS
372 /* This is a hidden feature.
373 * Choose just one of LANGUAGE_* hints.
374 * Icon can be changed in def_pixmaps.h.
375 * More icons are welcome.
377 #define XKB_BUTTON_HINT
378 #undef LANGUAGE_TH
379 #undef LANGUAGE_SK
380 #endif
382 #if defined(HAVE_LIBINTL_H) && defined(I18N)
383 #include <libintl.h>
384 #define _(text) gettext(text)
385 /* Use N_() in initializers, it will make xgettext pick
386 * the string up for translation
388 #define N_(text) (text)
389 #if defined(MENU_TEXTDOMAIN)
390 #define M_(text) dgettext(MENU_TEXTDOMAIN, text)
391 #else
392 #define M_(text) (text)
393 #endif
394 #else
395 #define _(text) (text)
396 #define N_(text) (text)
397 #define M_(text) (text)
398 #endif
400 #endif /* WMCONFIG_H_ */