This file is indexed.

/etc/xdg/lilyterm.conf is in lilyterm 0.9.9.4-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
[main]

# Auto save settings when closing window.
auto_save = 0

# The version of this profile's format. DO NOT EDIT IT!
version = 0.9.9

# The default font name of vte terminal.
font_name = Monospace 12

# The default column of vte terminal.
column = 80

# The default row of vte terminal.
row = 24

# Use true opacity in vte box.
# 0: do NOT use rgba, 1: force to use rgba.
# Left it blank will enable it automatically
# if the window manager were composited.
# Disable it will disable transparent_window, too.
use_rgba = 

# Start up with fullscreen.
fullscreen = 0

# Transparent window. Only enabled when the window manager were composited.
transparent_window = 0

# The opacity of transparent window.
window_opacity = 0.050

# The opacity of transparent window when inactive.
# Left it blank to disable this feature.
window_opacity_inactive = 0.200

# Use transparent background.
# It will use true transparent if the window manager were composited.
transparent_background = 0

# The saturation of transparent background.
background_saturation = 0.150

# Scroll the background image along with the text.
scroll_background = 0

# Sets a background image.
background_image = 

# Confirm to execute command with -e/-x/--execute option.
confirm_to_execute_command = 1

# Don't need to confirm for executing a program if it's in the whitelist,
# separate with <space>.
execute_command_whitelist = 

# Launching executed command in a new tab instead of opening a new window.
execute_command_in_new_tab = 1

# If a program is running on foreground,
# Don't need to confirm for terminating it if it's in the whitelist,
# separate with <space>.
foreground_program_whitelist = bash dash csh ksh tcsh zsh screen

# If a program is running in background,
# Don't need to confirm for terminating it if it's in the whitelist,
# separate with <space>.
background_program_whitelist = bash dash csh ksh tcsh zsh su

# Confirm before pasting texts to vte terminal.
confirm_to_paste = 1

# If the program is running on foreground,,
# Don't need to confirm for pasting texts to it if it's in the whitelist,
# separate with <space>.
paste_texts_whitelist = editor vi vim elvis nano emacs emacs23 nano joe ne mg ssh

# Confirm to close multi tabs.
confirm_to_close_multi_tabs = 0

# Shows [Transparent Background], [Background Saturation]
# [Transparent Window] and [Window Opacity] on right click menu.
show_background_menu = 1

# Shows [Change the foreground color]
# and [Change the background color] on right click menu.
show_color_selection_menu = 1

# The normal text color used in vte terminal.
# You may use black, #000000 or #000000000000 here.
foreground_color = white

# Sets the background color for text which is under the cursor.
# You may use black, #000000 or #000000000000 here.
cursor_color = #55B5E7

# The background color used in vte terminal.
# You may use black, #000000 or #000000000000 here.
background_color = black

# Shows [Increase window size], [Decrease window size],
# [Reset to default font/size] and [Reset to system font/size]
# on right click menu.
show_resize_menu = 1

# The ratio when resizing font via function key <Ctrl><+> and <Ctrl><->.
# 0: the font size is +/- 1 when resizing.
font_resize_ratio = 0.000

# The ratio when resizing window via right click menu.
# 0: the font size is +/- 1 when resizing window.
window_resize_ratio = 1.120

# When user double clicks on a text, which character will be selected.
word_chars = -A-Za-z0-9_.+!@&=/~%

# The lines of scrollback history. -1 means unlimited (vte >= 0.22.3).
scrollback_lines = 1024

# Shows scroll_bar or not.
# 0: Never shows the scroll_bar; 1: Always shows the scroll_bar.
# Left it blank: Hide when fullscreen, or scrollback_lines = 0.
show_scroll_bar =

# The position of scroll_bar.
# 0: scroll_bar is on left; 1: scroll_bar is on right.
scroll_bar_position = 1

# Shows input method menu on right click menu.
show_input_method_menu = 0

# Shows change page name menu on right click menu.
show_change_page_name_menu = 1

# Shows exit menu on right click menu.
show_exit_menu = 1

# Enable hyperlink in vte terminal.
enable_hyperlink = 1

# Sets whether or not the cursor will blink in vte terminal.
# 0: Follow GTK+ settings for cursor blinking.
# 1: Cursor blinks.
# 2: Cursor does not blink.
cursor_blinks = 0

# Shows copy/paste menu on right click menu.
show_copy_paste_menu = 1

# Embed the copy/paste menu to the main menu.
embedded_copy_paste_menu = 1

# Sets whether or not the terminal will beep
# when the child outputs the "bl" sequence.
audible_bell = 1

# Sets whether or not the terminal will flash
# when the child outputs the "bl" sequence.
visible_bell = 0

# Sets whether or not the window's urgent tag will be set
# when the child outputs the "bl" sequence.
urgent_bell = 1

# Which string the terminal should send to an application
# when the user presses the Delete or Backspace keys.
# 0: VTE_ERASE_AUTO
# 1: VTE_ERASE_ASCII_BACKSPACE
# 2: VTE_ERASE_ASCII_DELETE
# 3: VTE_ERASE_DELETE_SEQUENCE
# 4: VTE_ERASE_TTY
erase_binding = 2

# Sets the shape of the cursor drawn.
# 0: VTE_CURSOR_SHAPE_BLOCK
# 1: VTE_CURSOR_SHAPE_IBEAM
# 2: VTE_CURSOR_SHAPE_UNDERLINE
cursor_shape = 0

# The default locale used when initing a vte terminal.
# You may use "zh_TW", "zh_TW.Big5", or "zh_TW.UTF-8" here.
default_locale = 

# The locales list on right click menu, separate with <space>.
# You may use "ja_JP", "ja_JP.EUC-JP", or "ja_JP.UTF-8" here.
# You may want to use "UTF-8" here if you have no locale data installed.
# Left it blank will disable locale and encoding select menu items.
locales_list = UTF-8

# Sets what type of terminal attempts to emulate.
# It will also set the TERM environment.
# Unless you are interested in this feature, always use "xterm".
emulate_term = xterm

# The environment 'VTE_CJK_WIDTH' used when initing a vte terminal.
# 0: get via environment; 1: use narrow ideograph; 2: use wide ideograph.
VTE_CJK_WIDTH = 1

# The geometry of window when starting.
# A reasonable example value is "80x24+0+0",
# witch means "WIDTH x HEIGHT {+-} XOFFSET {+-} YOFFSET", and NO SPACE in it.
# Notice that it will overwrite the default column and row settings above.
geometry = 


[page]

# The max character width of page name.
page_width = 16

# Show the tabs bar or not.
# 0: Never shows the tabs ; 1: Always shows the tabs bar.
# Left it blank: Hide when fullscreen, or tabs number = 1.
show_tabs_bar =

# The position of tabs bar.
# 0: Top, 1: bottom.
tabs_bar_position = 0

# The label of tabs will fill the tab bar.
fill_tabs_bar = 0

# The page name used for a new page.
page_name = Terminal

# The page names list used for new pages, separate with <space>.
page_names = Terminal

# Reuse the page name in the page names list.
reuse_page_names = 1

# Shows a (number no) on the page name.
page_shows_number = 1

# Shows the foreground running command on the page name.
page_shows_current_cmdline = 1

# Shows the terminal's idea of what the window's title should be.
page_shows_window_title = 1

# Shows current directory on the page name.
page_shows_current_dir = 1

# Check if the running command is root privileges.
check_root_privileges = 1

# Shows current encoding on the page name.
page_shows_encoding = 1

# Bold the text of current page name.
bold_current_page_name = 1

# Bold the text of action page name.
bold_action_page_name = 1

# Shows the page name of current page on window title.
window_title_shows_current_page = 1

# Append a package name (- LilyTerm) to the window title.
window_title_append_package_name = 1

# Shows a close button [X] on current tab.
show_close_button_on_tab = 1

# Shows a close button [X] on all tabs.
show_close_button_on_all_tabs = 0

# Use colorful text on page.
use_color_page = 1

# The color used for showing Window Title on page name.
# You may use black, #000000 or #000000000000 here.
page_win_title_color = #9A6401

# The color used for showing Running Command on page name.
# You may use black, #000000 or #000000000000 here.
page_cmdline_color = #1C1CDC

# The color used for showing Current Dir on page name.
# You may use black, #000000 or #000000000000 here.
page_dir_color = #215E3E

# The color used for showing Custom Tab Name on page name.
# You may use black, #000000 or #000000000000 here.
page_custom_color = #9C0A81

# The color used for showing Root Privileges on page name.
# You may use black, #000000 or #000000000000 here.
page_root_color = #BE0020

# The color used for showing Normal Text on page name.
# You may use black, #000000 or #000000000000 here.
page_normal_color = #333333


[key]

# Disable/Enable hyperlinks, function keys and right click menu.
# Left it blank to disable this function key.
disable_key_binding = Ctrl grave

# Add a new tab.
# Left it blank to disable this function key.
new_tab_key = Ctrl T

# Close current tab.
# Left it blank to disable this function key.
close_tab_key = 

# Rename the page name of current tab.
# Left it blank to disable this function key.
edit_label_key = 

# Find the strings matching the search regex.
# Left it blank to disable this function key.
find_key = Ctrl F

# Find the previous string matching the search regex.
# Left it blank to disable this function key.
find_key_prev = Shift F3

# Find the next string matching the search regex.
# Left it blank to disable this function key.
find_key_next = F3

# Switch to prev tab.
# Left it blank to disable this function key.
prev_tab_key = Ctrl Page_Up

# Switch to next tab.
# Left it blank to disable this function key.
next_tab_key = Ctrl Page_Down

# Switch to first tab.
# Left it blank to disable this function key.
first_tab_key = Ctrl Home

# Switch to last tab.
# Left it blank to disable this function key.
last_tab_key = Ctrl End

# Move current page forward.
# Left it blank to disable this function key.
move_tab_forward = Ctrl bracketleft

# Move current page backward.
# Left it blank to disable this function key.
move_tab_backward = Ctrl bracketright

# Move current page to first.
# Left it blank to disable this function key.
move_tab_first = Ctrl Up

# Move current page to last.
# Left it blank to disable this function key.
move_tab_last = Ctrl Down

# Switch to #1 tab directly.
# Left it blank to disable this function key.
switch_to_tab_1 = Ctrl F1

# Switch to #2 tab directly.
# Left it blank to disable this function key.
switch_to_tab_2 = Ctrl F2

# Switch to #3 tab directly.
# Left it blank to disable this function key.
switch_to_tab_3 = Ctrl F3

# Switch to #4 tab directly.
# Left it blank to disable this function key.
switch_to_tab_4 = Ctrl F4

# Switch to #5 tab directly.
# Left it blank to disable this function key.
switch_to_tab_5 = Ctrl F5

# Switch to #6 tab directly.
# Left it blank to disable this function key.
switch_to_tab_6 = Ctrl F6

# Switch to #7 tab directly.
# Left it blank to disable this function key.
switch_to_tab_7 = Ctrl F7

# Switch to #8 tab directly.
# Left it blank to disable this function key.
switch_to_tab_8 = Ctrl F8

# Switch to #9 tab directly.
# Left it blank to disable this function key.
switch_to_tab_9 = Ctrl F9

# Switch to #10 tab directly.
# Left it blank to disable this function key.
switch_to_tab_10 = Ctrl F10

# Switch to #11 tab directly.
# Left it blank to disable this function key.
switch_to_tab_11 = Ctrl F11

# Switch to #12 tab directly.
# Left it blank to disable this function key.
switch_to_tab_12 = Ctrl F12

# Open a new window with current dir.
# Left it blank to disable this function key.
new_window = 

# Select all the text in the Vte Terminal box.
# Left it blank to disable this function key.
select_all = Ctrl O

# Copy the text to clipboard.
# Left it blank to disable this function key.
copy_clipboard = Ctrl Delete

# Paste the text in clipboard.
# Left it blank to disable this function key.
paste_clipboard = Ctrl Insert

# Paste the text in the primary clipboard.
# Left it blank to disable this function key.
paste_clipboard in primary = Shift Insert

# Increase the font size of current tab.
# Left it blank to disable this function key.
increase_font_size = Ctrl equal

# Decrease the font size of current tab.
# Left it blank to disable this function key.
decrease_font_size = Ctrl minus

# Reset the font of current tab to original size.
# Left it blank to disable this function key.
reset_font_size = Ctrl Return

# Try to maximum the window to use all available space on your display.
# Left it blank to disable this function key.
max_window = Alt F11

# Asks to place window in the fullscreen/unfullscreen state.
# Left it blank to disable this function key.
full_screen = Alt Return

# Emulate a mouse scroll up event on Vte Terminal box.
# Left it blank to disable this function key.
scroll_up = Shift Left

# Emulate a mouse scroll down event on Vte Terminal box.
# Left it blank to disable this function key.
scroll_down = Shift Right

# Asks to scroll up 1 line on Vte Terminal box.
# Left it blank to disable this function key.
scroll_up_1_line = Shift Up

# Asks to scroll down 1 line on Vte Terminal box.
# Left it blank to disable this function key.
scroll_down_1_line = Shift Down


[color]

# The main ansi color theme used in vte.
# Possible values are linux, xterm, rxvt, and tango.
# or left it blank to use the default settings form libvte.
theme = 

# Invert the ansi colors, like invert the darkred to red, darkblue to bule.
invert_color = 0

# The brightness for ansi colors used in terminal.
brightness = 0.200

# The brightness for ansi colors used in terminal when inactive.
# Left it blank to disable this feature.
inactive_brightness = -2.000

# The ANSI color code for Normal Black
# You may use black, #000000 or #000000000000 here.
Color0 = 

# The ANSI color code for Normal Red
# You may use black, #000000 or #000000000000 here.
Color1 = 

# The ANSI color code for Normal Green
# You may use black, #000000 or #000000000000 here.
Color2 = 

# The ANSI color code for Normal Yellow
# You may use black, #000000 or #000000000000 here.
Color3 = 

# The ANSI color code for Normal Blue
# You may use black, #000000 or #000000000000 here.
Color4 = 

# The ANSI color code for Normal Magenta
# You may use black, #000000 or #000000000000 here.
Color5 = 

# The ANSI color code for Normal Cyan
# You may use black, #000000 or #000000000000 here.
Color6 = 

# The ANSI color code for Normal White
# You may use black, #000000 or #000000000000 here.
Color7 = 

# The ANSI color code for Bright Black
# You may use black, #000000 or #000000000000 here.
Color8 = 

# The ANSI color code for Bright Red
# You may use black, #000000 or #000000000000 here.
Color9 = 

# The ANSI color code for Bright Green
# You may use black, #000000 or #000000000000 here.
Color10 = 

# The ANSI color code for Bright Yellow
# You may use black, #000000 or #000000000000 here.
Color11 = 

# The ANSI color code for Bright Blue
# You may use black, #000000 or #000000000000 here.
Color12 = 

# The ANSI color code for Bright Magenta
# You may use black, #000000 or #000000000000 here.
Color13 = 

# The ANSI color code for Bright Cyan
# You may use black, #000000 or #000000000000 here.
Color14 = 

# The ANSI color code for Bright White
# You may use black, #000000 or #000000000000 here.
Color15 = 


[command]

# The parameters of the APPLICATION should be separated with <tab>, if any.
#
# method = {0,1,2}
# 0: Open the hyperlink in new tab.
#    Use it if the command were using CLI, like w3m.
# 1: Open the hyperlink with gdk_spawn_on_screen_with_pipes().
#    Use it if the command were using GUI, like firefox.
# 2: Open the hyperlink in new window,
#    Use it if you not sure.
#
# VTE_CJK_WIDTH = {0,1,2}
# 0: get via environment
# 1: use narrow ideograph
# 2: use wide ideograph.
#
# The ENVIRONS will apply to the application, separated with <tab>, too.
#
# The LOCALE will apply to the application as locale environs.
# You may use "zh_TW", "zh_TW.Big5", or "zh_TW.UTF-8" here.
# Left it blank to use the locale environs from current page.

# The web browser using for http(s)://
web_browser = firefox
web_method = 1
web_VTE_CJK_WIDTH = 0
web_environ = 
web_locale = 

# The ftp client using for ftp(s)://
ftp_client = firefox
ftp_method = 1
ftp_VTE_CJK_WIDTH = 0
ftp_environ = 
ftp_locale = 

# The file manager using for file:// and [Open current directory with file manager]
file_manager = firefox
file_method = 1
file_VTE_CJK_WIDTH = 0
file_environ = 
file_locale = 

# The email client using for user@host
email_client = thunderbird
email_method = 1
email_VTE_CJK_WIDTH = 0
email_environ = 
email_locale =