Advertisement
reaperhacknslash

ini

May 30th, 2023
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. #------------------------------------------------------------------------------
  2. # Modified Calculate-core 3.2.3.1
  3. # Processed template files:
  4. # /var/lib/layman/calculate/profiles/templates/deprecated/3.1/6_ac_desktop_profile/2-root/app-misc/mc-4.8/mc/ini
  5. #------------------------------------------------------------------------------
  6.  
  7. [Midnight-Commander]
  8. skin=/home/crypticexile/.config/mc/skins/modarcon16root-defbg.ini
  9.  
  10. verbose=true
  11. pause_after_run=1
  12. shell_patterns=true
  13. auto_save_setup=true
  14. preallocate_space=false
  15. auto_menu=false
  16. use_internal_view=true
  17. use_internal_edit=true
  18. clear_before_exec=true
  19. confirm_delete=true
  20. confirm_overwrite=true
  21. confirm_execute=false
  22. confirm_history_cleanup=true
  23. confirm_exit=false
  24. confirm_directory_hotlist_delete=true
  25. safe_delete=false
  26. mouse_repeat_rate=100
  27. double_click_speed=250
  28. use_8th_bit_as_meta=false
  29. confirm_view_dir=false
  30. mouse_move_pages_viewer=true
  31. mouse_close_dialog=false
  32. fast_refresh=false
  33. drop_menus=false
  34. wrap_mode=true
  35. old_esc_mode=false
  36. old_esc_mode_timeout=1000000
  37. cd_symlinks=true
  38. show_all_if_ambiguous=false
  39. max_dirt_limit=10
  40. use_file_to_guess_type=true
  41. alternate_plus_minus=false
  42. only_leading_plus_minus=true
  43. show_output_starts_shell=false
  44. xtree_mode=false
  45. num_history_items_recorded=60
  46. file_op_compute_totals=true
  47. classic_progressbar=true
  48. vfs_timeout=60
  49. ftpfs_directory_timeout=900
  50. use_netrc=true
  51. ftpfs_retry_seconds=30
  52. ftpfs_always_use_proxy=false
  53. ftpfs_use_passive_connections=true
  54. ftpfs_use_passive_connections_over_proxy=false
  55. ftpfs_use_unix_list_options=true
  56. ftpfs_first_cd_then_ls=true
  57. fish_directory_timeout=900
  58. editor_tab_spacing=8
  59. editor_word_wrap_line_length=72
  60. editor_fill_tabs_with_spaces=false
  61. editor_return_does_auto_indent=true
  62. editor_backspace_through_tabs=false
  63. editor_fake_half_tabs=true
  64. editor_option_save_mode=0
  65. editor_option_save_position=true
  66. editor_option_auto_para_formatting=false
  67. editor_option_typewriter_wrap=false
  68. editor_edit_confirm_save=true
  69. editor_syntax_highlighting=true
  70. editor_persistent_selections=true
  71. editor_drop_selection_on_copy=true
  72. editor_cursor_beyond_eol=false
  73. editor_cursor_after_inserted_block=false
  74. editor_visible_tabs=true
  75. editor_visible_spaces=true
  76. editor_line_state=false
  77. editor_simple_statusbar=false
  78. editor_check_new_line=false
  79. editor_show_right_margin=false
  80. editor_group_undo=false
  81. editor_ask_filename_before_edit=false
  82. nice_rotating_dash=true
  83. mcview_remember_file_position=false
  84. auto_fill_mkdir_name=true
  85. copymove_persistent_attr=true
  86. editor_backup_extension=~
  87. editor_filesize_threshold=64M
  88. editor_stop_format_chars=-+*\\,.;:&>
  89. mcview_eof=
  90. ignore_ftp_chattr_errors=true
  91.  
  92. editor_state_full_filename=false
  93.  
  94. safe_overwrite=false
  95. shadows=true
  96.  
  97. [Layout]
  98. menubar_visible=false
  99.  
  100. message_visible=true
  101. keybar_visible=true
  102. xterm_title=true
  103. output_lines=0
  104. command_prompt=true
  105. free_space=true
  106. horizontal_split=false
  107. vertical_equal=true
  108. left_panel_size=60
  109. horizontal_equal=true
  110. top_panel_size=1
  111.  
  112. [Misc]
  113. timeformat_recent=%b %e %H:%M
  114. timeformat_old=%b %e %Y
  115. ftp_proxy_host=gate
  116. ftpfs_password=anonymous@
  117. display_codepage=UTF-8
  118. source_codepage=Other_8_bit
  119. autodetect_codeset=
  120. clipboard_store=
  121. clipboard_paste=
  122.  
  123. spell_language=en
  124.  
  125. [Colors]
  126. base_color=
  127. rxvt=
  128. color_terminals=
  129.  
  130. xterm-256color=
  131.  
  132. [Panels]
  133. show_mini_info=true
  134. kilobyte_si=false
  135. mix_all_files=false
  136. show_backups=true
  137. show_dot_files=true
  138. fast_reload=false
  139. fast_reload_msg_shown=false
  140. mark_moves_down=true
  141. reverse_files_only=true
  142. auto_save_setup_panels=false
  143. navigate_with_arrows=false
  144. panel_scroll_pages=true
  145. mouse_move_pages=true
  146. filetype_mode=true
  147. permission_mode=false
  148. torben_fj_mode=false
  149. quick_search_mode=2
  150. select_flags=6
  151.  
  152. panel_scroll_center=false
  153.  
  154. [Panelize]
  155. Find *.orig after patching=find . -name \\*.orig -print
  156. Find SUID and SGID programs=find . \\( \\( -perm -04000 -a -perm /011 \\) -o \\( -perm -02000 -a -perm /01 \\) \\) -print
  157. Find rejects after patching=find . -name \\*.rej -print
  158. Modified git files=git ls-files --modified
  159.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement