[Window] Fix automatic pulldown code
[tilda-gobject.git] / share-tilda.conf
1 # Default configuration values for the Tilda terminal emulator
2 #
3 # This file is required if you want Tilda to run reliably, and
4 # also if you want it to have sane default values.
5 #
6 # Get a copy of Tilda from http://tilda.sourceforge.net
7 #
8
9 [controller-defaults]
10 initial-windows = 1
11
12 [window-defaults]
13 height = 300
14 width = 600
15 x-position = 0
16 y-position = 0
17 initial-terminals = 1
18 tab-position = top
19 animation-orientation = top
20 keep-above = true
21 skip-taskbar-hint = true
22 stick = true
23 hidden-at-start = false
24 centered-horizontally = false
25 centered-vertically = false
26 full-width-tabs = true
27 always-show-tabs = false
28 always-show-border = false
29 accelerator-quit = <Ctrl><Shift>q
30 accelerator-next-tab = <Ctrl>Page_Down
31 accelerator-previous-tab = <Ctrl>Page_Up
32 accelerator-add-terminal = <Ctrl><Shift>t
33 accelerator-remove-terminal = <Ctrl><Shift>w
34 accelerator-copy = <Ctrl><Shift>c
35 accelerator-paste = <Ctrl><Shift>v
36 accelerator-goto-1 = <Alt>1
37 accelerator-goto-2 = <Alt>2
38 accelerator-goto-3 = <Alt>3
39 accelerator-goto-4 = <Alt>4
40 accelerator-goto-5 = <Alt>5
41 accelerator-goto-6 = <Alt>6
42 accelerator-goto-7 = <Alt>7
43 accelerator-goto-8 = <Alt>8
44 accelerator-goto-9 = <Alt>9
45 accelerator-goto-10 = <Alt>0
46
47 [terminal-defaults]
48 font = Bitstream Vera Sans Mono 12
49 title = Tilda
50 web-browser = firefox
51 scrollback-lines = 2000
52 transparency-percent = 0
53 backspace-binding = auto
54 delete-binding = auto
55 dynamic-title = after-initial
56 exit-action = exit
57 scrollbar-position = right
58 scroll-background = false
59 scroll-on-output = false
60 scroll-on-keystroke = true
61 antialiased = true
62 allow-bold-text = true
63 cursor-blinks = true
64 audible-bell = false
65 visible-bell = true
66 double-buffered = true
67 mouse-autohide = true