wmcalc: Remove trailing whitespace.
[dockapps.git] / wmcalc / wmcalc.conf
blob234fa12d2485d3da13299bfc3bdf6675de18dbd3
1 # wmcalc Configuration File
2 # Last Manual Update: 10/29/00
4 # General Notes:
5 # * There must be a tab character '\t' between the variable name and
6 #   the value, not a series of spaces.
7 # * wmcalc is case sensitive when reading these variables.  Examine the
8 #   wmcalc_g.h file for currently defined variables.
10 #Calculator Memory Locations
11 #Note: These must all exist, though they may be in any order
12 Mem0    0.000000
13 Mem1    0.000000
14 MEM2    2.718282
15 MEM3    3.141593
16 Mem4    0.000000
17 Mem5    0.000000
18 Mem6    0.000000
19 Mem7    0.000000
20 Mem8    0.000000
21 Mem9    0.000000
23 # The CalcStart variable is intended to allow the user to start a larger
24 # calculator for more complicated needs.  Everything after the tab '\t'
25 # character is sent unmodified in a system() call, so anything you can type
26 # at the command prompt may be put here.
27 #CalcStart      xterm -T "Basic Calculator" -e bc &
28 #CalcStart      xterm -T "gnuplot" -sb -sl 500 -e gnuplot &
29 CalcStart       xcalc &
31 # The ImagChar variable allows the user to choose between 'i' and 'j' to
32 # represent the sqrt(-1).  (Electrical Engineers (such as myself) use 'j'
33 # rather than 'i.')
34 #ImagChar       i
35 ImagChar        j