Advertisement
Guest User

Untitled

a guest
Jan 11th, 2014
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. tilda_config_version = "1.1.8"
  2. # image = ""
  3. command = "screen"
  4. font = "Lucida Console Semi-Condensed 12"
  5. key = "F1"
  6. addtab_key = "<Shift><Control>t"
  7. fullscreen_key = "F11"
  8. closetab_key = "<Shift><Control>w"
  9. nexttab_key = "<Control>Page_Down"
  10. prevtab_key = "<Control>Page_Up"
  11. movetableft_key = "<Shift><Control>Page_Up"
  12. movetabright_key = "<Shift><Control>Page_Down"
  13. gototab_1_key = "<Alt>1"
  14. gototab_2_key = "<Alt>2"
  15. gototab_3_key = "<Alt>3"
  16. gototab_4_key = "<Alt>4"
  17. gototab_5_key = "<Alt>5"
  18. gototab_6_key = "<Alt>6"
  19. gototab_7_key = "<Alt>7"
  20. gototab_8_key = "<Alt>8"
  21. gototab_9_key = "<Alt>9"
  22. gototab_10_key = "<Alt>0"
  23. copy_key = "<Shift><Control>c"
  24. paste_key = "<Shift><Control>v"
  25. quit_key = "<Shift><Control>q"
  26. title = "Tilda"
  27. background_color = "white"
  28. # working_dir = ""
  29. web_browser = "x-www-browser"
  30. word_chars = "-A-Za-z0-9,./?%&#:_"
  31. lines = 100
  32. max_width = 1536
  33. max_height = 486
  34. min_width = 1
  35. min_height = 1
  36. transparency = 0
  37. x_pos = 192
  38. y_pos = 0
  39. tab_pos = 0
  40. backspace_key = 0
  41. delete_key = 1
  42. d_set_title = 3
  43. command_exit = 2
  44. scheme = 3
  45. slide_sleep_usec = 20000
  46. animation_orientation = 0
  47. timer_resolution = 200
  48. auto_hide_time = 2000
  49. on_last_terminal_exit = 0
  50. palette_scheme = 1
  51. show_on_monitor_number = 0
  52. palette = {0, 0, 0, 43690, 0, 0, 0, 43690, 0, 43690, 21845, 0, 0, 0, 43690, 43690, 0, 43690, 0, 43690, 43690, 43690, 43690, 43690, 21845, 21845, 21845, 65535, 21845, 21845, 21845, 65535, 21845, 65535, 65535, 21845, 21845, 21845, 65535, 65535, 21845, 65535, 21845, 65535, 65535, 65535, 65535, 65535}
  53. scrollbar_pos = 2
  54. back_red = 0
  55. back_green = 0
  56. back_blue = 0
  57. text_red = 65535
  58. text_green = 65535
  59. text_blue = 65535
  60. scroll_background = true
  61. scroll_on_output = false
  62. notebook_border = false
  63. antialias = true
  64. scrollbar = false
  65. use_image = false
  66. grab_focus = true
  67. above = true
  68. notaskbar = true
  69. bold = true
  70. blinks = true
  71. scroll_on_key = true
  72. bell = false
  73. run_command = true
  74. pinned = true
  75. animation = false
  76. hidden = true
  77. centered_horizontally = true
  78. centered_vertically = false
  79. enable_transparency = false
  80. double_buffer = false
  81. auto_hide_on_focus_lost = false
  82. auto_hide_on_mouse_leave = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement