]> git.donarmstrong.com Git - x_base.git/blob - .xournal/config
change the default configuration for journal to use the pen recognizer
[x_base.git] / .xournal / config
1 # Xournal configuration file.
2 # This file is generated automatically upon saving preferences.
3 # Use caution when editing this file manually.
4 #
5
6 [general]
7 # the display resolution, in pixels per inch
8 display_dpi=96.00
9 # the initial zoom level, in percent
10 initial_zoom=150.0
11 # maximize the window at startup (true/false)
12 window_maximize=false
13 # start in full screen mode (true/false)
14 window_fullscreen=false
15 # the window width in pixels (when not maximized)
16 window_width=1078
17 # the window height in pixels
18 window_height=1899
19 # scrollbar step increment (in pixels)
20 scrollbar_speed=30
21 # the step increment in the zoom dialog box
22 zoom_dialog_increment=1
23 # the multiplicative factor for zoom in/out
24 zoom_step_factor=1.500
25 # document view (true = continuous, false = single page)
26 view_continuous=true
27 # use XInput extensions (true/false)
28 use_xinput=true
29 # discard Core Pointer events in XInput mode (true/false)
30 discard_corepointer=false
31 # always map eraser tip to eraser (true/false)
32 use_erasertip=true
33 # buttons 2 and 3 switch mappings instead of drawing (useful for some tablets) (true/false)
34 buttons_switch_mappings=false
35 # automatically load filename.pdf.xoj instead of filename.pdf (true/false)
36 autoload_pdf_xoj=true
37 # default path for open/save (leave blank for current directory)
38 default_path=/home/don/projects/research/papers
39 # use pressure sensitivity to control pen stroke width (true/false)
40 pressure_sensitivity=true
41 # minimum width multiplier
42 width_minimum_multiplier=0.00
43 # maximum width multiplier
44 width_maximum_multiplier=1.25
45 # interface components from top to bottom
46 # valid values: drawarea menu main_toolbar pen_toolbar statusbar
47 interface_order=menu main_toolbar pen_toolbar drawarea statusbar
48 # interface components in fullscreen mode, from top to bottom
49 interface_fullscreen=main_toolbar pen_toolbar drawarea
50 # interface has left-handed scrollbar (true/false)
51 interface_lefthanded=false
52 # hide some unwanted menu or toolbar items (true/false)
53 shorten_menus=false
54 # interface items to hide (customize at your own risk!)
55 # see source file xo-interface.c for a list of item names
56 shorten_menu_items=optionsProgressiveBG optionsLeftHanded optionsButtonSwitchMapping
57 # highlighter opacity (0 to 1, default 0.5)
58 # warning: opacity level is not saved in xoj files!
59 highlighter_opacity=0.50
60 # auto-save preferences on exit (true/false)
61 autosave_prefs=false
62 # force PDF rendering through cairo (slower but nicer) (true/false)
63 poppler_force_cairo=false
64 # ignore events from other devices while drawing (true/false)
65 ignore_other_devices=true
66 # do not worry if device reports button isn't pressed while drawing (true/false)
67 ignore_btn_reported_up=true
68 # always map touchscreen device to hand tool (true/false) (requires separate pen and touch devices)
69 touchscreen_as_hand_tool=false
70 # disable touchscreen device when pen is in proximity (true/false) (requires separate pen and touch devices)
71 pen_disables_touch=false
72 # name of touchscreen device for touchscreen_as_hand_tool
73 touchscreen_device_name=Touchscr
74 # enable periodic autosaves (true/false)
75 autosave_enabled=false
76 # delay for periodic autosaves (in seconds)
77 autosave_delay=5
78 # prefer xournal's own PDF code for exporting PDFs (true/false)
79 exportpdf_prefer_legacy=false
80
81 [paper]
82 # the default page width, in points (1/72 in)
83 width=612.00
84 # the default page height, in points (1/72 in)
85 height=792.00
86 # the default paper color
87 color=white
88 # the default paper style (plain, lined, ruled, or graph)
89 style=graph
90 # apply paper style changes to all pages (true/false)
91 apply_all=false
92 # preferred unit (cm, in, px, pt)
93 default_unit=cm
94 # include paper ruling when printing or exporting to PDF (true/false)
95 print_ruling=true
96 # just-in-time update of page backgrounds (true/false)
97 progressive_bg=true
98 # bitmap resolution of PS/PDF backgrounds rendered using ghostscript (dpi)
99 gs_bitmap_dpi=300
100 # bitmap resolution of PDF backgrounds when printing with libgnomeprint (dpi)
101 pdftoppm_printing_dpi=300
102 # when creating a new page, duplicate a PDF or image background instead of using default paper (true/false)
103 new_page_duplicates_bg=false
104
105 [tools]
106 # selected tool at startup (pen, eraser, highlighter, selectrect, vertspace, hand)
107 startup_tool=pen
108 # default pen color
109 pen_color=red
110 # default pen thickness (fine = 1, medium = 2, thick = 3)
111 pen_thickness=1
112 # default pen is in ruler mode (true/false)
113 pen_ruler=false
114 # default pen is in shape recognizer mode (true/false)
115 pen_recognizer=true
116 # default eraser thickness (fine = 1, medium = 2, thick = 3)
117 eraser_thickness=2
118 # default eraser mode (standard = 0, whiteout = 1, strokes = 2)
119 eraser_mode=0
120 # default highlighter color
121 highlighter_color=yellow
122 # default highlighter thickness (fine = 1, medium = 2, thick = 3)
123 highlighter_thickness=2
124 # default highlighter is in ruler mode (true/false)
125 highlighter_ruler=false
126 # default highlighter is in shape recognizer mode (true/false)
127 highlighter_recognizer=true
128 # button 2 tool (pen, eraser, highlighter, text, selectrect, vertspace, hand)
129 btn2_tool=highlighter
130 # button 2 brush linked to primary brush (true/false) (overrides all other settings)
131 btn2_linked=true
132 # button 2 brush color (for pen or highlighter only)
133 btn2_color=yellow
134 # button 2 brush thickness (pen, eraser, or highlighter only)
135 btn2_thickness=2
136 # button 2 ruler mode (true/false) (for pen or highlighter only)
137 btn2_ruler=false
138 # button 2 shape recognizer mode (true/false) (pen or highlighter only)
139 btn2_recognizer=false
140 # button 2 eraser mode (eraser only)
141 btn2_erasermode=0
142 # button 3 tool (pen, eraser, highlighter, text, selectrect, vertspace, hand)
143 btn3_tool=highlighter
144 # button 3 brush linked to primary brush (true/false) (overrides all other settings)
145 btn3_linked=true
146 # button 3 brush color (for pen or highlighter only)
147 btn3_color=yellow
148 # button 3 brush thickness (pen, eraser, or highlighter only)
149 btn3_thickness=2
150 # button 3 ruler mode (true/false) (for pen or highlighter only)
151 btn3_ruler=false
152 # button 3 shape recognizer mode (true/false) (pen or highlighter only)
153 btn3_recognizer=false
154 # button 3 eraser mode (eraser only)
155 btn3_erasermode=0
156 # thickness of the various pens (in points, 1 pt = 1/72 in)
157 pen_thicknesses=0.42;0.85;1.41;2.26;5.67
158 # thickness of the various erasers (in points, 1 pt = 1/72 in)
159 eraser_thicknesses=2.83;8.50;19.84
160 # thickness of the various highlighters (in points, 1 pt = 1/72 in)
161 highlighter_thicknesses=2.83;8.50;19.84
162 # name of the default font
163 default_font=Sans
164 # default font size
165 default_font_size=12.0
166 # Use the pencil from cursor theme instead of a color dot (true/false)
167 pen_cursor=false