-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathDefaults
More file actions
37 lines (29 loc) · 1.16 KB
/
Defaults
File metadata and controls
37 lines (29 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
! XPCE 5.0 Class Variable defaults for colour and monochrome displays
! Author: Jan Wielemaker, University of Amsterdam
! Modified: Tue Dec 7 14:15:04 1999
! Added alias for symbol-font
! Modified: Jan 6, 2005
! Use internationalised fonts
!
! See README.customise before changing this file.
! Binding for the logical font-names. You can bind any name to any
! font here.
font.system_fonts: [ normal := font(sans, normal, 12), \
bold := font(sans, bold, 12), \
italic := font(sans, italic, 12), \
small := font(sans, normal, 10), \
large := font(sans, normal, 14), \
boldlarge := font(sans, bold, 14), \
huge := font(sans, normal, 18), \
boldhuge := font(sans, bold, 18), \
fixed := font(mono, normal, 14), \
tt := font(mono, normal, 14), \
boldtt := font(mono, bold, 14) \
]
! This one is often slow on colour displays. Prefer the beep then.
*.visual_bell: when(@colour_display, @off, @on)
! Set this to @on if you want searching in the editor to be case-sensitive
! by default.
! editor.exact_case: @on
! Finally, parse the user's defaults file.
#include $PCEAPPDATA/Defaults