Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. tilda_config_version = "1.3.1"
  2. # command = ""
  3. font = "Monospace 11"
  4. key = "<Primary><Shift>space"
  5. addtab_key = "<Shift><Control>t"
  6. fullscreen_key = "F11"
  7. toggle_transparency_key = "F12"
  8. toggle_searchbar_key = "<Shift><Control>f"
  9. closetab_key = "<Shift><Control>w"
  10. nexttab_key = "<Control>Page_Down"
  11. prevtab_key = "<Control>Page_Up"
  12. movetableft_key = "<Shift><Control>Page_Up"
  13. movetabright_key = "<Shift><Control>Page_Down"
  14. gototab_1_key = "<Alt>1"
  15. gototab_2_key = "<Alt>2"
  16. gototab_3_key = "<Alt>3"
  17. gototab_4_key = "<Alt>4"
  18. gototab_5_key = "<Alt>5"
  19. gototab_6_key = "<Alt>6"
  20. gototab_7_key = "<Alt>7"
  21. gototab_8_key = "<Alt>8"
  22. gototab_9_key = "<Alt>9"
  23. gototab_10_key = "<Alt>0"
  24. copy_key = "<Shift><Control>c"
  25. paste_key = "<Shift><Control>v"
  26. quit_key = "<Shift><Control>q"
  27. title = "Tilda"
  28. background_color = "white"
  29. # working_dir = ""
  30. web_browser = "x-www-browser"
  31. increase_font_size_key = "<Control>equal"
  32. decrease_font_size_key = "<Control>minus"
  33. normalize_font_size_key = "<Control>0"
  34. # show_on_monitor = ""
  35. word_chars = "-A-Za-z0-9,./?%&#:_"
  36. lines = 5000
  37. max_width = 1535
  38. max_height = 254
  39. min_width = 1
  40. min_height = 1
  41. x_pos = 65
  42. y_pos = 24
  43. tab_pos = 0
  44. backspace_key = 0
  45. delete_key = 1
  46. d_set_title = 3
  47. command_exit = 2
  48. scheme = 3
  49. slide_sleep_usec = 20000
  50. animation_orientation = 0
  51. timer_resolution = 200
  52. auto_hide_time = 2000
  53. on_last_terminal_exit = 0
  54. palette_scheme = 0
  55. non_focus_pull_up_behaviour = 0
  56. cursor_shape = 0
  57. # show_on_monitor_number = 0
  58. title_max_length = 25
  59. palette = {11822, 13364, 13878, 52428, 0, 0, 20046, 39578, 1542, 50372, 41120, 0, 13364, 25957, 42148, 30069, 20560, 31611, 1542, 38944, 39578, 54227, 55255, 53199, 21845, 22359, 21331, 61423, 10537, 10537, 35466, 58082, 13364, 64764, 59881, 20303, 29298, 40863, 53199, 44461, 32639, 43176, 13364, 58082, 58082, 61166, 61166, 60652}
  60. scrollbar_pos = 2
  61. back_red = 0
  62. back_green = 0
  63. back_blue = 0
  64. text_red = 65535
  65. text_green = 65535
  66. text_blue = 65535
  67. cursor_red = 65535
  68. cursor_green = 65535
  69. cursor_blue = 65535
  70. scroll_history_infinite = false
  71. scroll_on_output = false
  72. notebook_border = false
  73. antialias = true
  74. scrollbar = false
  75. grab_focus = true
  76. above = true
  77. notaskbar = true
  78. bold = true
  79. blinks = true
  80. scroll_on_key = true
  81. bell = false
  82. run_command = false
  83. pinned = true
  84. animation = true
  85. hidden = false
  86. set_as_desktop = false
  87. centered_horizontally = false
  88. centered_vertically = false
  89. enable_transparency = true
  90. double_buffer = false
  91. auto_hide_on_focus_lost = false
  92. auto_hide_on_mouse_leave = false
  93. title_max_length_flag = true
  94. inherit_working_dir = true
  95. command_login_shell = false
  96. start_fullscreen = false
  97. # image = ""
  98. # scroll_background = false
  99. # use_image = false
  100. transparency = 0
  101. back_alpha = 49135
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement