]> git.donarmstrong.com Git - x_base.git/commitdiff
change the default configuration for journal to use the pen recognizer
authorDon Armstrong <don@donarmstrong.com>
Tue, 24 Nov 2015 16:13:39 +0000 (10:13 -0600)
committerDon Armstrong <don@donarmstrong.com>
Tue, 24 Nov 2015 16:14:17 +0000 (10:14 -0600)
.xournal/config

index 306b2eeb0bfa6c6ac4f8603b257e2dd1a6babcc9..cf2217f812a7329c2054c73d193e429a95f1a55c 100644 (file)
@@ -7,15 +7,15 @@
 # the display resolution, in pixels per inch
 display_dpi=96.00
 # the initial zoom level, in percent
-initial_zoom=161.42
+initial_zoom=150.0
 # maximize the window at startup (true/false)
 window_maximize=false
 # start in full screen mode (true/false)
 window_fullscreen=false
 # the window width in pixels (when not maximized)
-window_width=1278
+window_width=1078
 # the window height in pixels
-window_height=779
+window_height=1899
 # scrollbar step increment (in pixels)
 scrollbar_speed=30
 # the step increment in the zoom dialog box
@@ -61,6 +61,22 @@ highlighter_opacity=0.50
 autosave_prefs=false
 # force PDF rendering through cairo (slower but nicer) (true/false)
 poppler_force_cairo=false
+# ignore events from other devices while drawing (true/false)
+ignore_other_devices=true
+# do not worry if device reports button isn't pressed while drawing (true/false)
+ignore_btn_reported_up=true
+# always map touchscreen device to hand tool (true/false) (requires separate pen and touch devices)
+touchscreen_as_hand_tool=false
+# disable touchscreen device when pen is in proximity (true/false) (requires separate pen and touch devices)
+pen_disables_touch=false
+# name of touchscreen device for touchscreen_as_hand_tool
+touchscreen_device_name=Touchscr
+# enable periodic autosaves (true/false)
+autosave_enabled=false
+# delay for periodic autosaves (in seconds)
+autosave_delay=5
+# prefer xournal's own PDF code for exporting PDFs (true/false)
+exportpdf_prefer_legacy=false
 
 [paper]
 # the default page width, in points (1/72 in)
@@ -83,18 +99,20 @@ progressive_bg=true
 gs_bitmap_dpi=300
 # bitmap resolution of PDF backgrounds when printing with libgnomeprint (dpi)
 pdftoppm_printing_dpi=300
+# when creating a new page, duplicate a PDF or image background instead of using default paper (true/false)
+new_page_duplicates_bg=false
 
 [tools]
 # selected tool at startup (pen, eraser, highlighter, selectrect, vertspace, hand)
 startup_tool=pen
 # default pen color
-pen_color=black
+pen_color=red
 # default pen thickness (fine = 1, medium = 2, thick = 3)
-pen_thickness=2
+pen_thickness=1
 # default pen is in ruler mode (true/false)
 pen_ruler=false
 # default pen is in shape recognizer mode (true/false)
-pen_recognizer=false
+pen_recognizer=true
 # default eraser thickness (fine = 1, medium = 2, thick = 3)
 eraser_thickness=2
 # default eraser mode (standard = 0, whiteout = 1, strokes = 2)
@@ -106,7 +124,7 @@ highlighter_thickness=2
 # default highlighter is in ruler mode (true/false)
 highlighter_ruler=false
 # default highlighter is in shape recognizer mode (true/false)
-highlighter_recognizer=false
+highlighter_recognizer=true
 # button 2 tool (pen, eraser, highlighter, text, selectrect, vertspace, hand)
 btn2_tool=highlighter
 # button 2 brush linked to primary brush (true/false) (overrides all other settings)
@@ -145,3 +163,5 @@ highlighter_thicknesses=2.83;8.50;19.84
 default_font=Sans
 # default font size
 default_font_size=12.0
+# Use the pencil from cursor theme instead of a color dot (true/false)
+pen_cursor=false