diff --git a/config/sunflower/accelerators.json b/config/sunflower/accelerators.json new file mode 100644 index 0000000..4124ed3 --- /dev/null +++ b/config/sunflower/accelerators.json @@ -0,0 +1,182 @@ +{ + "item_list": { + "add_bookmark": "d", + "add_bookmark_2": "", + "back_in_history": "Left", + "back_in_history_2": "", + "bookmark_1": "1", + "bookmark_10": "0", + "bookmark_10_2": "", + "bookmark_1_2": "", + "bookmark_2": "2", + "bookmark_2_2": "", + "bookmark_3": "3", + "bookmark_3_2": "", + "bookmark_4": "4", + "bookmark_4_2": "", + "bookmark_5": "5", + "bookmark_5_2": "", + "bookmark_6": "6", + "bookmark_6_2": "", + "bookmark_7": "7", + "bookmark_7_2": "", + "bookmark_8": "8", + "bookmark_8_2": "", + "bookmark_9": "9", + "bookmark_9_2": "", + "bookmark_home": "grave", + "bookmark_home_2": "", + "calculate_disk_usage": "space", + "calculate_disk_usage_2": "", + "collapse_directory": "Left", + "collapse_directory_2": "", + "copy_files": "F5", + "copy_files_2": "", + "copy_path_to_clipboard": "l", + "copy_path_to_clipboard_2": "", + "copy_path_to_command_entry": "Return", + "copy_path_to_command_entry_2": "KP_Enter", + "copy_selected_item_name_to_clipboard": "f", + "copy_selected_item_name_to_clipboard_2": "", + "copy_selected_path_to_clipboard": "c", + "copy_selected_path_to_clipboard_2": "", + "copy_selection_to_command_entry": "Return", + "copy_selection_to_command_entry_2": "KP_Enter", + "copy_to_clipboard": "c", + "copy_to_clipboard_2": "", + "create_link": "F7", + "create_link_2": "", + "create_terminal": "z", + "create_terminal_2": "", + "custom_path_entry": "l", + "custom_path_entry_2": "", + "cut_to_clipboard": "x", + "cut_to_clipboard_2": "", + "delete_files": "Delete", + "delete_files_2": "F8", + "deselect_all": "a", + "deselect_all_2": "", + "edit_bookmarks": "b", + "edit_bookmarks_2": "", + "edit_selected": "F4", + "edit_selected_2": "", + "execute_item": "Return", + "execute_item_2": "KP_Enter", + "execute_with_application": "", + "execute_with_application_2": "", + "expand_directory": "Right", + "expand_directory_2": "", + "force_delete_files": "Delete", + "force_delete_files_2": "", + "forward_in_history": "Right", + "forward_in_history_2": "", + "inherit_left_path": "Right", + "inherit_left_path_2": "", + "inherit_right_path": "Left", + "inherit_right_path_2": "", + "invert_selection": "asterisk", + "invert_selection_2": "KP_Multiply", + "item_properties": "Return", + "item_properties_2": "KP_Enter", + "move_files": "F6", + "move_files_2": "", + "move_marker_down": "", + "move_marker_down_2": "", + "move_marker_up": "", + "move_marker_up_2": "", + "open_directory": "", + "open_directory_2": "", + "open_in_new_tab": "t", + "open_in_new_tab_2": "", + "parent_directory": "BackSpace", + "parent_directory_2": "", + "paste_from_clipboard": "v", + "paste_from_clipboard_2": "", + "refresh_list": "r", + "refresh_list_2": "", + "rename_file": "F2", + "rename_file_2": "F6", + "root_directory": "backslash", + "root_directory_2": "", + "select_all": "a", + "select_all_2": "", + "show_bookmarks": "", + "show_bookmarks_2": "", + "show_emblem_menu": "e", + "show_emblem_menu_2": "", + "show_history": "BackSpace", + "show_history_2": "", + "show_left_bookmarks": "F1", + "show_left_bookmarks_2": "", + "show_open_with_menu": "Menu", + "show_open_with_menu_2": "", + "show_popup_menu": "Menu", + "show_popup_menu_2": "F10", + "show_right_bookmarks": "F2", + "show_right_bookmarks_2": "", + "show_tab_menu": "grave", + "show_tab_menu_2": "", + "start_quick_search": "f", + "start_quick_search_2": "", + "swap_paths": "u", + "swap_paths_2": "", + "toggle_selection": "Insert", + "toggle_selection_2": "Down", + "toggle_selection_up": "Up", + "toggle_selection_up_2": "", + "view_selected": "F3", + "view_selected_2": "" + }, + "main_menu": { + "advanced_rename": "m", + "advanced_rename_2": "", + "compare_directories": "F12", + "compare_directories_2": "", + "create_directory": "F7", + "create_directory_2": "", + "create_file": "F7", + "create_file_2": "", + "deselect_with_pattern": "KP_Subtract", + "deselect_with_pattern_2": "minus", + "deselect_with_same_extension": "KP_Subtract", + "deselect_with_same_extension_2": "minus", + "fast_media_preview": "F3", + "fast_media_preview_2": "", + "find_files": "F7", + "find_files_2": "", + "move_handle_left": "Page_Up", + "move_handle_left_2": "", + "move_handle_right": "Page_Down", + "move_handle_right_2": "", + "preferences": "p", + "preferences_2": "", + "quit_program": "", + "quit_program_2": "", + "reload": "r", + "reload_2": "", + "restore_handle_position": "Home", + "restore_handle_position_2": "", + "select_with_pattern": "KP_Add", + "select_with_pattern_2": "equal", + "select_with_same_extension": "KP_Add", + "select_with_same_extension_2": "equal", + "show_hidden_files": "h", + "show_hidden_files_2": "" + }, + "plugin_base": { + "close_tab": "w", + "close_tab_2": "", + "duplicate_tab": "t", + "duplicate_tab_2": "", + "focus_left_object": "Left", + "focus_left_object_2": "", + "focus_opposite_object": "Tab", + "focus_opposite_object_2": "", + "focus_right_object": "Right", + "focus_right_object_2": "", + "next_tab": "Tab", + "next_tab_2": "", + "previous_tab": "Tab", + "previous_tab_2": "" + } +} \ No newline at end of file diff --git a/config/sunflower/associations.json b/config/sunflower/associations.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/config/sunflower/associations.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/config/sunflower/bookmarks.json b/config/sunflower/bookmarks.json new file mode 100644 index 0000000..e009e4b --- /dev/null +++ b/config/sunflower/bookmarks.json @@ -0,0 +1,6 @@ +{ + "add_home": true, + "bookmarks": [], + "show_mounts": true, + "system_bookmarks": false +} \ No newline at end of file diff --git a/config/sunflower/commands.json b/config/sunflower/commands.json new file mode 100644 index 0000000..d3afb32 --- /dev/null +++ b/config/sunflower/commands.json @@ -0,0 +1,3 @@ +{ + "commands": [] +} \ No newline at end of file diff --git a/config/sunflower/config.json b/config/sunflower/config.json new file mode 100644 index 0000000..aa6485c --- /dev/null +++ b/config/sunflower/config.json @@ -0,0 +1,89 @@ +{ + "active_notebook": 0, + "always_show_tabs": true, + "confirmations": { + "delete_items": true + }, + "create_dialog": { + "directory_mode": 493, + "edit_file": false, + "file_mode": 420 + }, + "dark_theme": true, + "editor": { + "application": "DataGrip", + "default_editor": "/opt/DataGrip-2018.2.2/bin/datagrip.sh", + "external_command": "/opt/DataGrip-2018.2.2/bin/datagrip.sh", + "terminal_command": false, + "type": 0 + }, + "expand_tabs": 0, + "focus_new_tab": true, + "history_file": ".bash_history", + "horizontal_split": false, + "item_list": { + "always_visible": [], + "case_sensitive_sort": true, + "force_directories": false, + "grid_lines": 0, + "headers_visible": true, + "left_directories": [], + "mode_format": 1, + "number_sensitive_sort": false, + "right_click_select": false, + "right_directories": [], + "row_hinting": false, + "search_modifier": "000", + "second_extension": false, + "selection_color": "#ffff5e5e0000", + "selection_indicator": "\u2731", + "show_expanders": false, + "show_hidden": false, + "single_click_navigation": true, + "time_format": "%H:%M %d-%m-%y" + }, + "last_version": 0, + "media_preview": false, + "multiple_instances": false, + "network_path_completion": true, + "operations": { + "automount_insert": false, + "automount_start": false, + "follow_symlink": false, + "merge_in_silent": true, + "overwrite_in_silent": true, + "reserve_size": false, + "set_mode": true, + "set_owner": false, + "set_timestamp": true, + "silent": false, + "trash_files": true + }, + "plugins": [ + "system_terminal", + "file_list", + "default_toolbar" + ], + "show_command_bar": false, + "show_notifications": true, + "show_status_bar": 0, + "show_titlebar": true, + "show_toolbar": true, + "size_format": 1, + "superuser_notification": true, + "tab_close_button": true, + "terminal": { + "allow_bold": true, + "command": "xterm -into {0}", + "command2": "xterm -into {0} -e \"{1}\"", + "cursor_shape": 0, + "font": "Monospace 12", + "mouse_autohide": false, + "show_scrollbars": true, + "type": 0, + "use_system_font": true + }, + "viewer": { + "word_wrap": false + } +} \ No newline at end of file diff --git a/config/sunflower/mounts.json b/config/sunflower/mounts.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/config/sunflower/mounts.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/config/sunflower/plugins.json b/config/sunflower/plugins.json new file mode 100644 index 0000000..22b49e0 --- /dev/null +++ b/config/sunflower/plugins.json @@ -0,0 +1,16 @@ +{ + "FileList": { + "columns": [ + "name", + "extension", + "size", + "mode", + "date" + ], + "size_date": 583, + "size_extension": 50, + "size_mode": 50, + "size_name": 200, + "size_size": 70 + } +} \ No newline at end of file diff --git a/config/sunflower/tabs.json b/config/sunflower/tabs.json new file mode 100644 index 0000000..206d576 --- /dev/null +++ b/config/sunflower/tabs.json @@ -0,0 +1,26 @@ +{ + "left": { + "active_tab": 0, + "tabs": [ + { + "class": "FileList", + "lock": null, + "path": "/home/dbroqua", + "sort_ascending": true, + "sort_column": 0 + } + ] + }, + "right": { + "active_tab": 0, + "tabs": [ + { + "class": "FileList", + "lock": null, + "path": "/home/dbroqua", + "sort_ascending": true, + "sort_column": 0 + } + ] + } +} \ No newline at end of file diff --git a/config/sunflower/toolbar.json b/config/sunflower/toolbar.json new file mode 100644 index 0000000..fc15903 --- /dev/null +++ b/config/sunflower/toolbar.json @@ -0,0 +1,5 @@ +{ + "icon_size": 1, + "items": [], + "style": 3 +} \ No newline at end of file diff --git a/config/sunflower/user_plugins/__init__.py b/config/sunflower/user_plugins/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/config/sunflower/windows.json b/config/sunflower/windows.json new file mode 100644 index 0000000..2fcbebf --- /dev/null +++ b/config/sunflower/windows.json @@ -0,0 +1,11 @@ +{ + "main": { + "geometry": [ + 1906, + 989 + ], + "handle_position": 953, + "hide_on_close": false, + "state": 0 + } +} \ No newline at end of file