[Window] Add always-show-tabs property
[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 accelerator-quit = <Ctrl><Shift>q
29 accelerator-next-tab = <Ctrl>Page_Down
30 accelerator-previous-tab = <Ctrl>Page_Up
31 accelerator-add-terminal = <Ctrl><Shift>t
32 accelerator-remove-terminal = <Ctrl><Shift>w
33 accelerator-copy = <Ctrl><Shift>c
34 accelerator-paste = <Ctrl><Shift>v
35 accelerator-goto-1 = <Alt>1
36 accelerator-goto-2 = <Alt>2
37 accelerator-goto-3 = <Alt>3
38 accelerator-goto-4 = <Alt>4
39 accelerator-goto-5 = <Alt>5
40 accelerator-goto-6 = <Alt>6
41 accelerator-goto-7 = <Alt>7
42 accelerator-goto-8 = <Alt>8
43 accelerator-goto-9 = <Alt>9
44 accelerator-goto-10 = <Alt>0
45
46 [terminal-defaults]
47 font = Bitstream Vera Sans Mono 12
48 title = Tilda
49 web-browser = firefox
50 scrollback-lines = 2000
51 transparency-percent = 0
52 backspace-binding = auto
53 delete-binding = auto
54 dynamic-title = after-initial
55 exit-action = exit
56 scrollbar-position = right
57 scroll-background = false
58 scroll-on-output = false
59 scroll-on-keystroke = true
60 antialiased = true
61 allow-bold-text = true
62 cursor-blinks = true
63 audible-bell = false
64 visible-bell = true
65 double-buffered = true
66 mouse-autohide = true