source: trunk/jacquesrc @ 37

Revision 37, 1.0 KB checked in by tabel, 19 months ago (diff)

Added an option to specify use_on_small_screen in .jacquesrc file so that one gets a scrollbar for the left widget.

Line 
1;
2; USER PREFERENCES example !  Copy this file to your home directory
3;  cp jacquesrc ~/.jacquesrc 
4;
5;  and modify according to your jacques start up preferences
6;
7initialize, data_dir, '~/data/'  ; default directory to look for data
8initialize, image_log_directory, '/tmp/'         ; directory to save images to. Set to '' to attempt
9                                           ; to write  images into data directory
10initialize, image_log, 0                   ; set to zero to turn off image logging
11initialize, image_log_format, 'JPEG'       ; supported:  JPEG2000 & JPEG
12initialize, use_nice_font, 0               ; to use nicer fonts in drawing window set to 1
13initialize, useunits, 0                    ; use physical units (1) rather than code units (0) 
14initialize, xy_sl_size, 800                ; width and height of images at start up
15initialize, center, [0.5,0.5,0.5]          ; center of view
16loadct, 15                                 ; pick your favorite colormap
17print, 'read ~/.jacquesrc'
18initialize, use_on_small_screen, 1         ; smaller screens or projectors shoud set this to 1
Note: See TracBrowser for help on using the repository browser.