From 578bd46987562b23c55d9ebd3cb299e632362307 Mon Sep 17 00:00:00 2001 From: Yisus7u7 Date: Sun, 2 May 2021 19:12:27 -0500 Subject: [PATCH] update 2.0 --- .config/Thonny/backend.log | 1 + .config/Thonny/configuration.ini | 106 ++++++ .config/Thonny/frontend.log | 7 + .config/Thonny/frontend_faults.log | 0 .config/Thunar/accels.scm | 87 +++++ .config/Thunar/uca.xml | 13 + .config/galculator/galculator.conf | 66 ++++ .config/geany/geany.conf | 19 +- .config/geany/keybindings.conf | 340 ++++++++++++++++++ .../Geany_Numbered_Bookmarks/settings.conf | 7 + .config/geany/plugins/LaTeX/general.conf | 11 + .config/geany/plugins/VC/VC.conf | 18 + .config/geany/plugins/addons/addons.conf | 17 + .../geany/plugins/autoclose/autoclose.conf | 23 ++ .config/geany/plugins/codenav/codenav.conf | 3 + .config/geany/plugins/debugger/debugger.conf | 23 ++ .config/geany/plugins/geanydoc/geanydoc.conf | 26 ++ .config/geany/plugins/gms.rc | 12 + .../geany/plugins/lineoperations/general.conf | 2 + .config/geany/plugins/overview/prefs.conf | 15 + .../geany/plugins/pretty-printer/prefs.conf | 18 + .../plugins/saveactions/saveactions.conf | 17 + .config/geany/plugins/scope/scope.conf | 48 +++ .config/geany/plugins/sendmail/mail.conf | 6 + .../plugins/treebrowser/treebrowser.conf | 16 + .config/geany/plugins/vimode/vimode.conf | 4 + .config/gigolo/accels | 3 + .config/gigolo/bookmarks | 0 .config/gigolo/config | 18 + .config/glib-2.0/settings/keyfile | 2 +- .config/gtk-2.0/gtkfilechooser.ini | 6 +- .config/hexchat/addon_checksum.conf | 1 + .config/hexchat/hexchat.conf | 4 +- .config/hexchat/logs/NETWORK/server.log | 7 + .../hexchat/logs/freenode/#archlinux-es.log | 9 + .config/hexchat/logs/freenode/#termux.log | 8 + .config/hexchat/logs/freenode/.log | 22 ++ .config/hexchat/logs/freenode/freenode.log | 86 +++++ .config/hexchat/logs/freenode/server.log | 3 + .../scrollback/freenode/#archlinux-es.txt | 7 + .../hexchat/scrollback/freenode/#termux.txt | 6 + .config/mimeapps.list | 6 +- .config/netsurf/Cookies | 3 + .config/netsurf/URLs | 62 ++++ ...ff8b512a33f25608ad564-card-database.simple | 0 ...3123f9b0ff8b512a33f25608ad564-default-sink | 1 + ...23f9b0ff8b512a33f25608ad564-default-source | 1 + ...f8b512a33f25608ad564-device-volumes.simple | Bin 0 -> 178 bytes .../7993123f9b0ff8b512a33f25608ad564-runtime | 1 + ...f8b512a33f25608ad564-stream-volumes.simple | Bin 0 -> 189 bytes .config/pulse/cookie | 1 + .config/ristretto/accels.scm | 66 ++++ .../xfce4/desktop/icons.screen0-1008x682.rc | 11 + .../xfce4/desktop/icons.screen0-1264x634.rc | 11 + .../xfce4/desktop/icons.screen0-1264x669.rc | 11 + .../xfce4/desktop/icons.screen0-1264x714.rc | 11 + .../xfce4/desktop/icons.screen0-1264x874.rc | 11 + .../xfce4/desktop/icons.screen0-1344x682.rc | 11 + .config/xfce4/helpers.rc | 1 + .config/xfce4/panel/whiskermenu-22.rc | 80 +++++ .config/xfce4/panel/xfce4-clipman-actions.xml | 44 +++ .../xfconf/xfce-perchannel-xml/keyboards.xml | 7 + .../xfconf/xfce-perchannel-xml/ristretto.xml | 12 + .../xfconf/xfce-perchannel-xml/thunar.xml | 6 +- .../xfce-perchannel-xml/xfce4-desktop.xml | 2 +- .../xfce-perchannel-xml/xfce4-panel.xml | 23 +- .../xfce-perchannel-xml/xfce4-session.xml | 1 + .../xfce-perchannel-xml/xfce4-taskmanager.xml | 21 ++ .../xfconf/xfce-perchannel-xml/xsettings.xml | 4 +- install-desktop-xfce.sh | 61 +++- music | 70 +++- startdesktop | 2 + update-desktop.sh | 27 ++ 73 files changed, 1622 insertions(+), 33 deletions(-) create mode 100644 .config/Thonny/backend.log create mode 100644 .config/Thonny/configuration.ini create mode 100644 .config/Thonny/frontend.log create mode 100644 .config/Thonny/frontend_faults.log create mode 100644 .config/Thunar/accels.scm create mode 100644 .config/Thunar/uca.xml create mode 100644 .config/galculator/galculator.conf create mode 100644 .config/geany/plugins/Geany_Numbered_Bookmarks/settings.conf create mode 100644 .config/geany/plugins/LaTeX/general.conf create mode 100644 .config/geany/plugins/VC/VC.conf create mode 100644 .config/geany/plugins/addons/addons.conf create mode 100644 .config/geany/plugins/autoclose/autoclose.conf create mode 100644 .config/geany/plugins/codenav/codenav.conf create mode 100644 .config/geany/plugins/debugger/debugger.conf create mode 100644 .config/geany/plugins/geanydoc/geanydoc.conf create mode 100644 .config/geany/plugins/gms.rc create mode 100644 .config/geany/plugins/lineoperations/general.conf create mode 100644 .config/geany/plugins/overview/prefs.conf create mode 100644 .config/geany/plugins/pretty-printer/prefs.conf create mode 100644 .config/geany/plugins/saveactions/saveactions.conf create mode 100644 .config/geany/plugins/scope/scope.conf create mode 100644 .config/geany/plugins/sendmail/mail.conf create mode 100644 .config/geany/plugins/treebrowser/treebrowser.conf create mode 100644 .config/geany/plugins/vimode/vimode.conf create mode 100644 .config/gigolo/accels create mode 100644 .config/gigolo/bookmarks create mode 100644 .config/gigolo/config create mode 100644 .config/hexchat/addon_checksum.conf create mode 100644 .config/hexchat/logs/NETWORK/server.log create mode 100644 .config/hexchat/logs/freenode/#archlinux-es.log create mode 100644 .config/hexchat/logs/freenode/#termux.log create mode 100644 .config/hexchat/logs/freenode/.log create mode 100644 .config/hexchat/logs/freenode/freenode.log create mode 100644 .config/hexchat/logs/freenode/server.log create mode 100644 .config/hexchat/scrollback/freenode/#archlinux-es.txt create mode 100644 .config/hexchat/scrollback/freenode/#termux.txt create mode 100644 .config/pulse/7993123f9b0ff8b512a33f25608ad564-card-database.simple create mode 100644 .config/pulse/7993123f9b0ff8b512a33f25608ad564-default-sink create mode 100644 .config/pulse/7993123f9b0ff8b512a33f25608ad564-default-source create mode 100644 .config/pulse/7993123f9b0ff8b512a33f25608ad564-device-volumes.simple create mode 120000 .config/pulse/7993123f9b0ff8b512a33f25608ad564-runtime create mode 100644 .config/pulse/7993123f9b0ff8b512a33f25608ad564-stream-volumes.simple create mode 100644 .config/pulse/cookie create mode 100644 .config/ristretto/accels.scm create mode 100644 .config/xfce4/desktop/icons.screen0-1008x682.rc create mode 100644 .config/xfce4/desktop/icons.screen0-1264x634.rc create mode 100644 .config/xfce4/desktop/icons.screen0-1264x669.rc create mode 100644 .config/xfce4/desktop/icons.screen0-1264x714.rc create mode 100644 .config/xfce4/desktop/icons.screen0-1264x874.rc create mode 100644 .config/xfce4/desktop/icons.screen0-1344x682.rc create mode 100644 .config/xfce4/panel/whiskermenu-22.rc create mode 100644 .config/xfce4/panel/xfce4-clipman-actions.xml create mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml create mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml create mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-taskmanager.xml create mode 100755 update-desktop.sh diff --git a/.config/Thonny/backend.log b/.config/Thonny/backend.log new file mode 100644 index 000000000..21a2743f4 --- /dev/null +++ b/.config/Thonny/backend.log @@ -0,0 +1 @@ +INFO thonny: Thonny version: 3.3.6 diff --git a/.config/Thonny/configuration.ini b/.config/Thonny/configuration.ini new file mode 100644 index 000000000..8be6dfef0 --- /dev/null +++ b/.config/Thonny/configuration.ini @@ -0,0 +1,106 @@ +[general] +configuration_creation_timestamp = 2021-04-29T19:44:54.342575 +ui_mode = regular +language = es_ES +environment = [] +single_instance = True +event_logging = False +disable_notification_sound = False +debug_mode = False +scaling = default +font_scaling_mode = default + +[view] +full_screen = False +maximize_view = False +shellview.visible = True +show_program_arguments = False +show_plotter = False +assistantview.visible = False +astview.visible = False +stackview.visible = False +exceptionview.visible = False +filesview.visible = False +heapview.visible = False +helpview.visible = False +notesview.visible = False +objectinspector.visible = False +outlineview.visible = False +variablesview.visible = False +ui_theme = Raspberry Pi Dark +syntax_theme = Dracula +editor_font_size = 13 +editor_font_family = DejaVu Sans Mono +io_font_size = 11 +io_font_family = Courier New +name_highlighting = False +locals_highlighting = False +paren_highlighting = True +syntax_coloring = True +highlight_tabs = True +highlight_current_line = False +show_line_numbers = True +recommended_line_length = 0 + +[layout] +zoomed = False +notebook_nw_visible_view = None +notebook_w_visible_view = None +notebook_sw_visible_view = None +notebook_s_visible_view = ShellView +notebook_ne_visible_view = None +notebook_e_visible_view = None +notebook_se_visible_view = None +width = 1050 +height = 589 +left = 150 +top = 15 +west_pw_width = 199 +east_pw_width = 199 +nw_nb_height = 199 +sw_nb_height = 199 +s_nb_height = 199 +se_nb_height = 199 +ne_nb_height = 199 + +[file] +current_file = /data/data/com.termux/files/home/prueba.py +open_files = ['/data/data/com.termux/files/home/prueba.py'] +reopen_all_files = False +avoid_zenity = False +recent_files = ['/data/data/com.termux/files/home/prueba.py'] + +[run] +program_arguments = +dock_user_windows = False +pgzero_mode = False +backend_name = SameAsFrontend +auto_cd = True +birdseye_port = 7777 +run_in_terminal_python_repl = False +run_in_terminal_keep_open = True + +[assistance] +disabled_checks = [] +open_assistant_on_errors = True +open_assistant_on_warnings = False +use_pylint = True +use_mypy = True + +[edit] +tab_complete_in_editor = True +tab_complete_in_shell = True +indent_with_tabs = False + +[debugger] +frames_in_separate_windows = True +automatic_stack_view = True +allow_stepping_into_libraries = False +preferred_debugger = faster + +[shell] +tty_mode = True +max_lines = 1000 +squeeze_threshold = 1000 +auto_inspect_values = True + diff --git a/.config/Thonny/frontend.log b/.config/Thonny/frontend.log new file mode 100644 index 000000000..f9906f225 --- /dev/null +++ b/.config/Thonny/frontend.log @@ -0,0 +1,7 @@ +INFO thonny: Thonny version: 3.3.6 +WARNING thonny.plugins.mypy: MyPy: /data/data/com.termux/files/usr/lib/python3.9/site-packages is in the MYPYPATH. Please remove it. +See https://mypy.readthedocs.io/en/latest/running_mypy.html#how-mypy-handles-imports for more info + +WARNING thonny.plugins.mypy: MyPy: /data/data/com.termux/files/usr/lib/python3.9/site-packages is in the MYPYPATH. Please remove it. +See https://mypy.readthedocs.io/en/latest/running_mypy.html#how-mypy-handles-imports for more info + diff --git a/.config/Thonny/frontend_faults.log b/.config/Thonny/frontend_faults.log new file mode 100644 index 000000000..e69de29bb diff --git a/.config/Thunar/accels.scm b/.config/Thunar/accels.scm new file mode 100644 index 000000000..b95a174ac --- /dev/null +++ b/.config/Thunar/accels.scm @@ -0,0 +1,87 @@ +; Thunar GtkAccelMap rc-file -*- scheme -*- +; this file is an automated accelerator map dump +; +; (gtk_accel_path "/ThunarLauncher/delete-3" "KP_Delete") +; (gtk_accel_path "/ThunarLauncher/delete" "") +; (gtk_accel_path "/ThunarStandardView/invert-selection" "") +; (gtk_accel_path "/ThunarLauncher/open-in-new-tab" "p") +; (gtk_accel_path "/ThunarLauncher/delete-2" "Delete") +; (gtk_accel_path "/ThunarWindow/zoom-in" "KP_Add") +; (gtk_accel_path "/ThunarWindow/empty-trash" "") +; (gtk_accel_path "/ThunarLauncher/open" "o") +; (gtk_accel_path "/ThunarWindow/reload" "r") +; (gtk_accel_path "/ThunarWindow/view-side-pane-menu" "") +; (gtk_accel_path "/ThunarStandardView/sort-ascending" "") +; (gtk_accel_path "/ThunarWindow/open-network" "") +; (gtk_accel_path "/ThunarWindow/contents/help-menu" "") +; (gtk_accel_path "/ThunarLauncher/move-to-trash" "") +; (gtk_accel_path "/ThunarStandardView/back-alt" "BackSpace") +; (gtk_accel_path "/ThunarLauncher/paste" "v") +; (gtk_accel_path "/ThunarWindow/switch-next-tab" "Page_Down") +; (gtk_accel_path "/ThunarWindow/open-file-menu" "F10") +; (gtk_accel_path "/ThunarWindow/view-as-compact-list" "3") +; (gtk_accel_path "/ThunarWindow/about" "") +; (gtk_accel_path "/ThunarWindow/open-computer" "") +; (gtk_accel_path "/ThunarWindow/clear-directory-specific-settings" "") +; (gtk_accel_path "/ThunarWindow/open-file-system" "") +; (gtk_accel_path "/ThunarWindow/open-parent" "Up") +; (gtk_accel_path "/ThunarWindow/view-menu" "") +; (gtk_accel_path "/ThunarStandardView/properties" "Return") +; (gtk_accel_path "/ThunarLauncher/open-in-new-window" "o") +; (gtk_accel_path "/ThunarStandardView/back" "Left") +; (gtk_accel_path "/ThunarLauncher/trash-delete" "Delete") +; (gtk_accel_path "/ThunarWindow/sendto-menu" "") +; (gtk_accel_path "/ThunarWindow/reload-alt" "F5") +; (gtk_accel_path "/ThunarStandardView/select-by-pattern" "s") +; (gtk_accel_path "/ThunarStandardView/create-document" "") +; (gtk_accel_path "/ThunarWindow/close-tab" "w") +; (gtk_accel_path "/ThunarWindow/view-side-pane-tree" "e") +; (gtk_accel_path "/ThunarShortcutsPane/sendto-shortcuts" "") +; (gtk_accel_path "/ThunarLauncher/execute" "") +; (gtk_accel_path "/ThunarWindow/toggle-side-pane" "F9") +; (gtk_accel_path "/ThunarWindow/open-home" "Home") +; (gtk_accel_path "/ThunarStandardView/rename" "F2") +; (gtk_accel_path "/ThunarWindow/open-templates" "") +; (gtk_accel_path "/ThunarWindow/open-location-alt" "d") +; (gtk_accel_path "/ThunarLauncher/cut" "x") +; (gtk_accel_path "/ThunarLauncher/sendto-desktop" "") +; (gtk_accel_path "/ThunarWindow/close-window" "q") +; (gtk_accel_path "/ThunarWindow/view-location-selector-toolbar" "") +; (gtk_accel_path "/ThunarStandardView/select-all-files" "a") +; (gtk_accel_path "/ThunarLauncher/open-with-other" "") +; (gtk_accel_path "/ThunarWindow/zoom-out" "KP_Subtract") +; (gtk_accel_path "/ThunarWindow/contents" "F1") +; (gtk_accel_path "/ThunarWindow/view-side-pane-shortcuts" "b") +; (gtk_accel_path "/ThunarWindow/edit-menu" "") +; (gtk_accel_path "/ThunarWindow/preferences" "") +; (gtk_accel_path "/ThunarStandardView/duplicate" "") +; (gtk_accel_path "/ThunarWindow/switch-previous-tab" "Page_Up") +; (gtk_accel_path "/ThunarStandardView/sort-by-type" "") +; (gtk_accel_path "/ThunarWindow/view-statusbar" "") +; (gtk_accel_path "/ThunarWindow/view-location-selector-menu" "") +; (gtk_accel_path "/ThunarWindow/close-all-windows" "w") +; (gtk_accel_path "/ThunarWindow/open-trash" "") +; (gtk_accel_path "/ThunarLauncher/restore" "") +; (gtk_accel_path "/ThunarWindow/open-desktop" "") +; (gtk_accel_path "/ThunarStandardView/arrange-items-menu" "") +; (gtk_accel_path "/ThunarWindow/open-location" "l") +; (gtk_accel_path "/ThunarWindow/view-menubar" "m") +; (gtk_accel_path "/ThunarStandardView/create-folder" "n") +; (gtk_accel_path "/ThunarWindow/view-as-detailed-list" "2") +; (gtk_accel_path "/ThunarWindow/view-as-icons" "1") +; (gtk_accel_path "/ThunarWindow/new-window" "n") +; (gtk_accel_path "/ThunarStandardView/forward" "Right") +; (gtk_accel_path "/ThunarLauncher/copy" "c") +; (gtk_accel_path "/ThunarWindow/file-menu" "") +; (gtk_accel_path "/ThunarStandardView/make-link" "") +; (gtk_accel_path "/ThunarStandardView/sort-descending" "") +; (gtk_accel_path "/ThunarWindow/new-tab" "t") +; (gtk_accel_path "/ThunarWindow/go-menu" "") +; (gtk_accel_path "/ThunarStandardView/sort-by-size" "") +; (gtk_accel_path "/ThunarStandardView/sort-by-mtime" "") +; (gtk_accel_path "/ThunarWindow/view-location-selector-pathbar" "") +; (gtk_accel_path "/ThunarWindow/show-hidden" "h") +; (gtk_accel_path "/ThunarStandardView/sort-by-name" "") +; (gtk_accel_path "/ThunarWindow/zoom-reset" "KP_0") +; (gtk_accel_path "/ThunarLauncher/trash-delete-2" "KP_Delete") +; (gtk_accel_path "/ThunarWindow/detach-tab" "") diff --git a/.config/Thunar/uca.xml b/.config/Thunar/uca.xml new file mode 100644 index 000000000..466e88730 --- /dev/null +++ b/.config/Thunar/uca.xml @@ -0,0 +1,13 @@ + + + + utilities-terminal + Open Terminal Here + 1619712973242034-1 + exo-open --working-directory %f --launch TerminalEmulator + Example for a custom action + * + + + + diff --git a/.config/galculator/galculator.conf b/.config/galculator/galculator.conf new file mode 100644 index 000000000..c020baaf9 --- /dev/null +++ b/.config/galculator/galculator.conf @@ -0,0 +1,66 @@ + +[general] + +display_bkg_color="#ffffff" +display_result_font="Sans Bold 26" +display_result_color="black" +display_stack_font="Sans Bold 11" +display_stack_color="black" +display_module_font="Sans Bold 8" +display_module_active_color="black" +display_module_inactive_color="grey" +display_module_number=true +display_module_angle=true +display_module_notation=true +display_module_arith=true +display_module_open=true +custom_button_font=false +button_font="Sans 10" +button_width=40 +button_height=25 +function_button_group=true +dispctrl_button_group=true +logic_button_group=true +standard_button_group=true +mode=0 +dec_sep=false +dec_sep_length=3 +dec_sep_char=" " +hex_bits=32 +hex_signed=true +hex_sep=false +hex_sep_length=4 +hex_sep_char=" " +oct_bits=32 +oct_signed=true +oct_sep=false +oct_sep_length=3 +oct_sep_char=" " +bin_bits=16 +bin_signed=true +bin_fixed=false +bin_length=8 +bin_sep=false +bin_sep_length=4 +bin_sep_char=" " +default_number_base=0 +default_angle_base=1 +default_notation_mode=0 +stack_size=3 +remembers_display=false +remembered_valuex="0" +remembered_valuey="0" +remembered_valuez="0" +remembered_valuet="0" +show_menu_bar=true + +[constants] + +Pi:pi=3.14159265359 +Euler's Number:e=2.71828182846 + +[user functions] + +abs(x)=sqrt(x^2) +sign(x)=x/abs(x) +cot(x)=cos(x)/sin(x) diff --git a/.config/geany/geany.conf b/.config/geany/geany.conf index 9b5284bc9..5b2023ae1 100644 --- a/.config/geany/geany.conf +++ b/.config/geany/geany.conf @@ -50,7 +50,7 @@ msgwin_compiler_visible=true msgwin_messages_visible=true msgwin_scribble_visible=true documents_show_paths=true -sidebar_page=0 +sidebar_page=2 pref_main_load_session=true pref_main_project_session=true pref_main_project_file_in_basedir=false @@ -73,7 +73,7 @@ tab_order_beside=false tab_pos_editor=2 tab_pos_msgwin=0 use_native_windows_dialogs=false -show_indent_guide=false +show_indent_guide=true show_white_space=false show_line_endings=false show_markers_margin=true @@ -128,9 +128,9 @@ fullscreen=false color_picker_palette= scribble_text=Type here what you want, use it as a notice/scratch board scribble_pos=57 -treeview_position=156 +treeview_position=251 msgwindow_position=368 -geometry=303;52;900;600;0; +geometry=85;35;987;600;0; custom_date_format= [build-menu] @@ -178,7 +178,7 @@ replace_close_dialog=true [plugins] load_plugins=true custom_plugin_path= -active_plugins=; +active_plugins=/data/data/com.termux/files/usr/lib/geany/addons.so;/data/data/com.termux/files/usr/lib/geany/autoclose.so;/data/data/com.termux/files/usr/lib/geany/automark.so;/data/data/com.termux/files/usr/lib/geany/classbuilder.so;/data/data/com.termux/files/usr/lib/geany/codenav.so;/data/data/com.termux/files/usr/lib/geany/commander.so;/data/data/com.termux/files/usr/lib/geany/debugger.so;/data/data/com.termux/files/usr/lib/geany/defineformat.so;/data/data/com.termux/files/usr/lib/geany/geanydoc.so;/data/data/com.termux/files/usr/lib/geany/export.so;/data/data/com.termux/files/usr/lib/geany/geanyextrasel.so;/data/data/com.termux/files/usr/lib/geany/filebrowser.so;/data/data/com.termux/files/usr/lib/geany/geanyctags.so;/data/data/com.termux/files/usr/lib/geany/geanyprj.so;/data/data/com.termux/files/usr/lib/geany/geanyvc.so;/data/data/com.termux/files/usr/lib/geany/htmlchars.so;/data/data/com.termux/files/usr/lib/geany/geanyinsertnum.so;/data/data/com.termux/files/usr/lib/geany/keyrecord.so;/data/data/com.termux/files/usr/lib/geany/latex.so;/data/data/com.termux/files/usr/lib/geany/lineoperations.so;/data/data/com.termux/files/usr/lib/geany/lipsum.so;/data/data/com.termux/files/usr/lib/geany/geanymacro.so;/data/data/com.termux/files/usr/lib/geany/geanyminiscript.so;/data/data/com.termux/files/usr/lib/geany/geanynumberedbookmarks.so;/data/data/com.termux/files/usr/lib/geany/pairtaghighlighter.so;/data/data/com.termux/files/usr/lib/geany/projectorganizer.so;/data/data/com.termux/files/usr/lib/geany/saveactions.so;/data/data/com.termux/files/usr/lib/geany/scope.so;/data/data/com.termux/files/usr/lib/geany/sendmail.so;/data/data/com.termux/files/usr/lib/geany/shiftcolumn.so;/data/data/com.termux/files/usr/lib/geany/splitwindow.so;/data/data/com.termux/files/usr/lib/geany/tableconvert.so;/data/data/com.termux/files/usr/lib/geany/pohelper.so;/data/data/com.termux/files/usr/lib/geany/treebrowser.so;/data/data/com.termux/files/usr/lib/geany/pretty-printer.so;/data/data/com.termux/files/usr/lib/geany/xmlsnippets.so; [VTE] send_cmd_prefix= @@ -197,7 +197,7 @@ scrollback_lines=500 shell=/data/data/com.termux/files/usr/bin/login colour_fore=#FFFFFF colour_back=#000000 -last_dir=/storage/emulated/0/termux/Documents/Python/prueba +last_dir=/data/data/com.termux/files/home/sedit [tools] terminal_cmd=xfce4-terminal -e "/bin/sh %c" @@ -218,7 +218,8 @@ session_file= project_file_path=/data/data/com.termux/files/home/projects [files] -recent_files=/data/data/com.termux/files/home/storage/shared/termux/Documents/Python/prueba/prueba.py; +recent_files=/data/data/com.termux/files/home/sedit/compile.sh;/data/data/com.termux/files/home/sedit/sedit.c;/data/data/com.termux/files/home/FotoSploit/fotosploit.sh;/data/data/com.termux/files/home/storage/shared/termux/Documents/Python/prueba/prueba.py; recent_projects= -current_page=0 -FILE_NAME_0=0;Python;0;EUTF-8;1;1;0;%2Fdata%2Fdata%2Fcom.termux%2Ffiles%2Fhome%2Fstorage%2Fshared%2Ftermux%2FDocuments%2FPython%2Fprueba%2Fprueba.py;0;4 +current_page=1 +FILE_NAME_0=2088;Python;0;EUTF-8;1;1;0;%2Fdata%2Fdata%2Fcom.termux%2Ffiles%2Fhome%2Fstorage%2Fshared%2Ftermux%2FDocuments%2FPython%2Fprueba%2Fprueba.py;0;4 +FILE_NAME_1=0;Sh;0;EUTF-8;1;1;0;%2Fdata%2Fdata%2Fcom.termux%2Ffiles%2Fhome%2Fsedit%2Fcompile.sh;0;4 diff --git a/.config/geany/keybindings.conf b/.config/geany/keybindings.conf index e69de29bb..aeeab4d34 100644 --- a/.config/geany/keybindings.conf +++ b/.config/geany/keybindings.conf @@ -0,0 +1,340 @@ +[Bindings] +menu_new=n +menu_open=o +menu_open_selected=o +menu_save=s +menu_saveas= +menu_saveall=s +file_properties= +menu_print=p +menu_close=w +menu_closeall=w +menu_reloadfile=r +file_openlasttab= +menu_quit=q +menu_undo=z +menu_redo=y +edit_duplicateline=d +edit_deleteline=k +edit_deletelinetoend=Delete +edit_deletelinetobegin=BackSpace +edit_transposeline= +edit_scrolltoline=l +edit_scrolllineup=Up +edit_scrolllinedown=Down +edit_completesnippet=Tab +move_snippetnextcursor= +edit_suppresssnippetcompletion= +popup_contextaction= +edit_autocomplete=space +edit_calltip=space +edit_wordpartcompletion=Tab +edit_movelineup=Page_Up +edit_movelinedown=Page_Down +menu_cut=x +menu_copy=c +menu_paste=v +edit_copyline=c +edit_cutline=x +menu_selectall=a +edit_selectword=w +edit_selectline=l +edit_selectparagraph=p +edit_selectwordpartleft= +edit_selectwordpartright= +edit_togglecase=u +edit_commentlinetoggle=e +edit_commentline= +edit_uncommentline= +edit_increaseindent=i +edit_decreaseindent=u +edit_increaseindentbyspace= +edit_decreaseindentbyspace= +edit_autoindent= +edit_sendtocmd1=1 +edit_sendtocmd2=2 +edit_sendtocmd3=3 +edit_sendtocmd4= +edit_sendtocmd5= +edit_sendtocmd6= +edit_sendtocmd7= +edit_sendtocmd8= +edit_sendtocmd9= +edit_sendtovte= +format_reflowparagraph=j +edit_joinlines= +menu_insert_date=d +edit_insertwhitespace= +edit_insertlinebefore= +edit_insertlineafter= +menu_preferences=p +menu_pluginpreferences= +menu_find=f +menu_findnext=g +menu_findprevious=g +menu_findnextsel= +menu_findprevsel= +menu_replace=h +menu_findinfiles=f +menu_nextmessage= +menu_previousmessage= +popup_findusage=e +popup_finddocumentusage=d +find_markall=m +nav_back=Left +nav_forward=Right +menu_gotoline=l +edit_gotomatchingbrace=b +edit_togglemarker=m +edit_gotonextmarker=period +edit_gotopreviousmarker=comma +popup_gototagdefinition=t +popup_gototagdeclaration=t +edit_gotolinestart=Home +edit_gotolineend=End +edit_gotolinestartvisual=Home +edit_gotolineendvisual=End +edit_prevwordstart=slash +edit_nextwordstart=backslash +menu_toggleall= +menu_fullscreen=F11 +menu_messagewindow= +toggle_sidebar= +menu_zoomin=plus +menu_zoomout=minus +normal_size=0 +menu_linewrap= +menu_linebreak= +menu_clone= +menu_strip_trailing_spaces= +menu_replacetabs= +menu_replacespaces= +menu_togglefold= +menu_foldall= +menu_unfoldall= +reloadtaglist=r +remove_markers= +remove_error_indicators= +remove_markers_and_indicators= +project_new= +project_open= +project_properties= +project_close= +build_compile=F8 +build_link=F9 +build_make=F9 +build_makeowntarget=F9 +build_makeobject=F8 +build_nexterror= +build_previouserror= +build_run=F5 +build_options= +menu_opencolorchooser= +menu_help=F1 +switch_editor=F2 +switch_search_bar=F7 +switch_message_window= +switch_compiler= +switch_messages= +switch_scribble=F6 +switch_vte=F4 +switch_sidebar= +switch_sidebar_symbol_list= +switch_sidebar_doc_list= +switch_tableft=Page_Up +switch_tabright=Page_Down +switch_tablastused=Tab +move_tableft=Page_Up +move_tabright=Page_Down +move_tabfirst= +move_tablast= + +[addons] +focus_bookmark_list= +focus_tasks= +update_tasks= +xml_tagging= +copy_file_path= +Enclose_1= +Enclose_2= +Enclose_3= +Enclose_4= +Enclose_5= +Enclose_6= +Enclose_7= +Enclose_8= + +[code_navigation] +switch_head_impl=s +goto_file=g + +[commander] +show_panel= +show_panel_commands= +show_panel_files= + +[Debug] +key_debug_run= +key_debug_stop= +key_debug_restart= +key_debug_step_into= +key_debug_step_over= +key_debug_step_out= +key_debug_exec_until= +key_debug_break= +key_current_instruction= + +[doc_chars] +Document current word= +Document interactive= + +[extra_select] +column_mode= +goto_line_extend= +brace_match_extend= +convert_selection= +set_anchor= +select_to_anchor= +rect_select_to_anchor= + +[file_browser] +focus_file_list= +focus_path_entry= +rename_object= +create_file= +create_dir= +rename_refresh= +track_current= + +[GeanyCtags] +generate_tags= +find_tag= + +[geanyprj] +find_in_project= + +[geanyvc] +vc_show_diff_of_file= +vc_show_diff_of_dir= +vc_show_diff_of_basedir= +vc_commit= +vc_status= +vc_revert_file= +vc_revert_dir= +vc_revert_basedir= +vc_update= + +[html_chars] +insert_html_chars= +replace_special_characters= +htmltoogle_toggle_plugin_status= + +[insert_numbers] +insert_numbers= + +[keyrecord] +record= +play= + +[latex] +run_latex_wizard= +insert_latex_label= +insert_latex_ref= +insert_new_line= +latex_insert_command= +latex_toggle_status= +latex_replace_chars= +latex_insert_environment= +latex_insert_item= +format_bold= +format_italic= +format_typewriter= +format_center= +format_left= +format_right= +insert_description_list= +insert_itemize_list= +insert_enumerate_list= +structure_lvl_up= +structure_lvl_down= +usepackage_dialog= +insert_cite_dialog= + +[Line Operations] +remove_duplicate_lines_s= +remove_duplicate_lines_o= +remove_unique_lines= +keep_unique_lines= +remove_empty_lines= +remove_whitespace_lines= +remove_every_nth_line= +sort_lines_ascending= +sort_lines_descending= + +[lipsum] +insert_lipsum= + +[overview] +toggle-visibility= +toggle-position= +toggle-inverted= + +[pairtaghighlighter] +goto_matching_tag= +select_matching_tag= + +[ProjectOrganizer] +find_in_project= +find_file= +find_tag= +swap_header_source= +focus_project_sidebar= + +[scope] +setup_program= +run_continue= +goto_cursor= +goto_source= +step_into= +step_over= +step_out= +terminate= +breakpoint= +gdb_command= +show_terminal= +evaluate= +watch= +inspect= + +[sendmail] +send_file_as_attachment= + +[shiftcolumn] +shift_left= +shift_right= + +[split_window] +split_horizontal= +split_vertical= +split_unsplit= + +[htmltable] +convert_to_table= + +[pohelper] +goto-prev= +goto-next= +goto-prev-untranslated= +goto-next-untranslated= +goto-prev-fuzzy= +goto-next-fuzzy= +goto-prev-untranslated-or-fuzzy= +goto-next-untranslated-or-fuzzy= +paste-untranslated= +reflow= +toggle-fuzziness= +show-stats= + +[vimode] +enable_vim= +insert_for_dummies= diff --git a/.config/geany/plugins/Geany_Numbered_Bookmarks/settings.conf b/.config/geany/plugins/Geany_Numbered_Bookmarks/settings.conf new file mode 100644 index 000000000..1ab9fe039 --- /dev/null +++ b/.config/geany/plugins/Geany_Numbered_Bookmarks/settings.conf @@ -0,0 +1,7 @@ +[Settings] +Center_When_Goto_Bookmark=true +Remember_Folds=true +Position_In_Line=0 +Where_To_Save_File_Details=0 +Remember_Bookmarks=true +File_Details_Suffix=.gnbs.conf diff --git a/.config/geany/plugins/LaTeX/general.conf b/.config/geany/plugins/LaTeX/general.conf new file mode 100644 index 000000000..986ef8b7d --- /dev/null +++ b/.config/geany/plugins/LaTeX/general.conf @@ -0,0 +1,11 @@ +[general] +glatex_set_koma_active=false +glatex_set_toolbar_active=false +glatex_set_autocompletion=true +glatex_lowercase_on_smallcaps=false + +[autocompletion] +glatex_capitalize_sentence_starts=false + +[toolbar] +glatex_wizard_to_generic_toolbar=true diff --git a/.config/geany/plugins/VC/VC.conf b/.config/geany/plugins/VC/VC.conf new file mode 100644 index 000000000..7fd300bce --- /dev/null +++ b/.config/geany/plugins/VC/VC.conf @@ -0,0 +1,18 @@ +[VC] +set_changed_flag=false +set_add_confirmation=true +set_external_diff=true +set_maximize_commit_dialog=false +set_editor_menu_entries=false +attach_to_menubar=false +enable_cvs=true +enable_git=true +enable_fossil=true +enable_svn=true +enable_svk=true +enable_bzr=true +enable_hg=true + +[CommitDialog] +commit_dialog_width=700 +commit_dialog_height=500 diff --git a/.config/geany/plugins/addons/addons.conf b/.config/geany/plugins/addons/addons.conf new file mode 100644 index 000000000..ba885a02e --- /dev/null +++ b/.config/geany/plugins/addons/addons.conf @@ -0,0 +1,17 @@ +[addons] +show_toolbar_doclist_item=true +doclist_sort_mode=2 +enable_openuri=false +enable_tasks=true +tasks_token_list=TODO;FIXME +tasks_scan_all_documents=false +enable_systray=false +enable_bookmarklist=false +enable_markword=false +enable_markword_single_click_deselect=false +strip_trailing_blank_lines=false +enable_xmltagging=false +enable_enclose_words=false +enable_enclose_words_auto=false +enable_colortip=false +enable_double_click_color_chooser=false diff --git a/.config/geany/plugins/autoclose/autoclose.conf b/.config/geany/plugins/autoclose/autoclose.conf new file mode 100644 index 000000000..568931b05 --- /dev/null +++ b/.config/geany/plugins/autoclose/autoclose.conf @@ -0,0 +1,23 @@ +[autoclose] +parenthesis=true +abracket=true +abracket_htmlonly=true +cbracket=true +sbracket=true +dquote=true +squote=true +backquote=true +backquote_bashonly=true +comments_ac_enable=false +delete_pairing_brace=true +suppress_doubling=true +enclose_selections=true +comments_enclose=false +keep_selection=true +make_indent_for_cbracket=true +move_cursor_to_beginning=true +improved_cbracket_indent=true +whitesmiths_style=false +close_functions=true +bcksp_remove_pair=false +jump_on_tab=true diff --git a/.config/geany/plugins/codenav/codenav.conf b/.config/geany/plugins/codenav/codenav.conf new file mode 100644 index 000000000..87b025bf6 --- /dev/null +++ b/.config/geany/plugins/codenav/codenav.conf @@ -0,0 +1,3 @@ +[switch_head_impl] +implementations_list=c,C,cc,c++,cxx,cpp;frag;adb; +headers_list=hh,h++,hxx,hpp,h;vert;ads; diff --git a/.config/geany/plugins/debugger/debugger.conf b/.config/geany/plugins/debugger/debugger.conf new file mode 100644 index 000000000..dfb4c2e69 --- /dev/null +++ b/.config/geany/plugins/debugger/debugger.conf @@ -0,0 +1,23 @@ +[tabbed_mode] +enabled=false + +[one_panel_mode] +tabs=0;1;3;2;4;5;6; +selected_tab_index=0 + +[two_panels_mode] +left_tabs=0;1;3;2; +left_selected_tab_index=0 +right_tabs=4;5;6; +right_selected_tab_index=0 + +[saving_settings] +save_to_project=false + +[debugger] +target= +debugger= +arguments= +envvar_count=0 +watches_count=0 +breaks_count=0 diff --git a/.config/geany/plugins/geanydoc/geanydoc.conf b/.config/geany/plugins/geanydoc/geanydoc.conf new file mode 100644 index 000000000..cc0ff7bbb --- /dev/null +++ b/.config/geany/plugins/geanydoc/geanydoc.conf @@ -0,0 +1,26 @@ +[C] +internal=false +command0=man -P "col -b" -S 2:3:5 '%w' +command1=devhelp -s '%w' + +[C++] +internal=false +command0=man -P "col -b" -S 2:3:5 '%w' +command1=devhelp -s '%w' + +[PHP] +internal=false +command0=firefox "http://www.php.net/%w" + +[Sh] +internal=true +command0=man -P "col -b" -S 1:4:5:6:7:8:9 '%w' + +[Python] +internal=true +command0=pydoc '%w' + +[None] +internal=false +command0=firefox "http://www.google.com/search?q=%w" + diff --git a/.config/geany/plugins/gms.rc b/.config/geany/plugins/gms.rc new file mode 100644 index 000000000..c5dc29138 --- /dev/null +++ b/.config/geany/plugins/gms.rc @@ -0,0 +1,12 @@ +# Shell +${SHELL} +# Perl +perl +# Python +python +# Sed +sed -f +# Awk +awk -f +# User +cat - diff --git a/.config/geany/plugins/lineoperations/general.conf b/.config/geany/plugins/lineoperations/general.conf new file mode 100644 index 000000000..793b09ec2 --- /dev/null +++ b/.config/geany/plugins/lineoperations/general.conf @@ -0,0 +1,2 @@ +[general] +use_collation_compare=false diff --git a/.config/geany/plugins/overview/prefs.conf b/.config/geany/plugins/overview/prefs.conf new file mode 100644 index 000000000..79be9c184 --- /dev/null +++ b/.config/geany/plugins/overview/prefs.conf @@ -0,0 +1,15 @@ +[overview] +width=120 +zoom=-10 +show-tooltip=true +show-scrollbar=true +double-buffered=true +scroll-lines=4 +overlay-enabled=true +overlay-inverted=true +visible=true +position=right +overlay-color=rgba(0,0,0,0.1) +overlay-alpha=0.10000000000000001 +overlay-outline-color=rgba(0,0,0,0.1) +overlay-outline-alpha=0.10000000000000001 diff --git a/.config/geany/plugins/pretty-printer/prefs.conf b/.config/geany/plugins/pretty-printer/prefs.conf new file mode 100644 index 000000000..c8e1ee0ce --- /dev/null +++ b/.config/geany/plugins/pretty-printer/prefs.conf @@ -0,0 +1,18 @@ +[pretty-printer] +newLineChars=\r\n +indentChar=32 +indentLength=2 +oneLineText=false +inlineText=true +oneLineComment=false +inlineComment=true +oneLineCdata=false +inlineCdata=true +emptyNodeStripping=true +emptyNodeStrippingSpace=true +forceEmptyNodeSplit=false +trimLeadingWhites=true +trimTrailingWhites=true +alignComment=true +alignText=true +alignCdata=true diff --git a/.config/geany/plugins/saveactions/saveactions.conf b/.config/geany/plugins/saveactions/saveactions.conf new file mode 100644 index 000000000..3555f46c8 --- /dev/null +++ b/.config/geany/plugins/saveactions/saveactions.conf @@ -0,0 +1,17 @@ +[saveactions] +enable_autosave=false +enable_autosave_losing_focus=false +enable_instantsave=false +enable_backupcopy=false + +[autosave] +print_messages=false +save_all=false +interval=300 + +[instantsave] +default_ft=None + +[backupcopy] +dir_levels=0 +time_fmt=%Y-%m-%d-%H-%M-%S diff --git a/.config/geany/plugins/scope/scope.conf b/.config/geany/plugins/scope/scope.conf new file mode 100644 index 000000000..1f20e43bf --- /dev/null +++ b/.config/geany/plugins/scope/scope.conf @@ -0,0 +1,48 @@ +[scope] +gdb_executable=gdb +gdb_async_mode=false +var_update_bug=true +auto_view_source=false +keep_exec_point=false +visual_beep_length=25 +debug_console_vte=true +sci_marker_first=17 +sci_caret_policy=25 +sci_caret_slop=3 +unmark_current_line=false +scope_run_to_cursor=false +seek_with_navqueue=false +panel_tab_pos=2 +show_recent_items=10 +show_toolbar_items=255 +tooltips_fail_action=0 +tooltips_send_delay=25 +tooltips_length=2048 +memory_line_bytes=16 +memory_font= + +[terminal] +save_pos=true +padding=false +window_x=70 +window_y=50 +width=642 +height=482 + +[disabled_break] +mark=0 +alpha=256 +fore=#008000 +back=#C0E0D0 + +[enabled_break] +mark=0 +alpha=256 +fore=#000080 +back=#C0D0F0 + +[execution_line] +mark=4 +alpha=256 +fore=#808000 +back=#F0F090 diff --git a/.config/geany/plugins/sendmail/mail.conf b/.config/geany/plugins/sendmail/mail.conf new file mode 100644 index 000000000..9ffed3aa0 --- /dev/null +++ b/.config/geany/plugins/sendmail/mail.conf @@ -0,0 +1,6 @@ +[tools] +mailer= +address_usage=false + +[icon] +show_icon=false diff --git a/.config/geany/plugins/treebrowser/treebrowser.conf b/.config/geany/plugins/treebrowser/treebrowser.conf new file mode 100644 index 000000000..b29f4fcf3 --- /dev/null +++ b/.config/geany/plugins/treebrowser/treebrowser.conf @@ -0,0 +1,16 @@ +[treebrowser] +open_external_cmd=xdg-open '%d' +open_terminal=xfce4-terminal +reverse_filter=false +one_click_chdoc=false +show_hidden_files=false +hide_object_files=false +show_bars=1 +chroot_on_dclick=false +follow_current_doc=true +on_delete_close_file=true +on_open_focus_editor=false +show_tree_lines=true +show_bookmarks=false +show_icons=2 +open_new_files=true diff --git a/.config/geany/plugins/vimode/vimode.conf b/.config/geany/plugins/vimode/vimode.conf new file mode 100644 index 000000000..a2f2a286f --- /dev/null +++ b/.config/geany/plugins/vimode/vimode.conf @@ -0,0 +1,4 @@ +[Settings] +enable_vim=true +insert_for_dummies=false +start_in_insert=false diff --git a/.config/gigolo/accels b/.config/gigolo/accels new file mode 100644 index 000000000..a1ed23180 --- /dev/null +++ b/.config/gigolo/accels @@ -0,0 +1,3 @@ +; gigolo GtkAccelMap rc-file -*- scheme -*- +; this file is an automated accelerator map dump +; diff --git a/.config/gigolo/bookmarks b/.config/gigolo/bookmarks new file mode 100644 index 000000000..e69de29bb diff --git a/.config/gigolo/config b/.config/gigolo/config new file mode 100644 index 000000000..209a58d06 --- /dev/null +++ b/.config/gigolo/config @@ -0,0 +1,18 @@ +[general] +file_manager=gio open +terminal=xfce4-terminal +autoconnect_interval=60 + +[ui] +geometry=0;0;650;350;0; +save_geometry=true +show_in_systray=true +start_in_systray=false +show_toolbar=true +toolbar_style=3 +toolbar_orientation=0 +view_mode=0 +show_panel=false +last_panel_page=0 +panel_position=200 +show_autoconnect_errors=true diff --git a/.config/glib-2.0/settings/keyfile b/.config/glib-2.0/settings/keyfile index 08dbe6c48..9d5270e49 100644 --- a/.config/glib-2.0/settings/keyfile +++ b/.config/glib-2.0/settings/keyfile @@ -1,5 +1,5 @@ [org/gtk/settings/file-chooser] -window-position=(161, 35) +window-position=(97, 35) window-size=(1096, 822) date-format='regular' location-mode='path-bar' diff --git a/.config/gtk-2.0/gtkfilechooser.ini b/.config/gtk-2.0/gtkfilechooser.ini index 8cea4351c..4b5c26ffd 100644 --- a/.config/gtk-2.0/gtkfilechooser.ini +++ b/.config/gtk-2.0/gtkfilechooser.ini @@ -2,10 +2,10 @@ LocationMode=path-bar ShowHidden=false ShowSizeColumn=true -GeometryX=178 -GeometryY=65 +GeometryX=361 +GeometryY=103 GeometryWidth=780 -GeometryHeight=628 +GeometryHeight=617 SortColumn=name SortOrder=ascending StartupMode=recent diff --git a/.config/hexchat/addon_checksum.conf b/.config/hexchat/addon_checksum.conf new file mode 100644 index 000000000..1921b58e3 --- /dev/null +++ b/.config/hexchat/addon_checksum.conf @@ -0,0 +1 @@ +limit = 256 diff --git a/.config/hexchat/hexchat.conf b/.config/hexchat/hexchat.conf index 3626dedc4..68c520f4e 100644 --- a/.config/hexchat/hexchat.conf +++ b/.config/hexchat/hexchat.conf @@ -145,7 +145,7 @@ irc_invisible = 0 irc_join_delay = 5 irc_logging = 1 irc_logmask = %n/%c.log -irc_nick1 = u0_a283 +irc_nick1 = yisu irc_nick2 = u0_a283_ irc_nick3 = u0_a283__ irc_nick_hilight = @@ -157,7 +157,7 @@ irc_raw_modes = 0 irc_real_name = realname irc_servernotice = 0 irc_skip_motd = 0 -irc_user_name = u0_a283 +irc_user_name = yisus irc_wallops = 0 irc_who_join = 1 irc_whois_front = 1 diff --git a/.config/hexchat/logs/NETWORK/server.log b/.config/hexchat/logs/NETWORK/server.log new file mode 100644 index 000000000..9301fdb84 --- /dev/null +++ b/.config/hexchat/logs/NETWORK/server.log @@ -0,0 +1,7 @@ +**** BEGIN LOGGING AT Thu Apr 29 19:51:27 2021 + +Apr 29 19:51:27 Lua version 1.3/5.3 loaded. +Apr 29 19:51:27 AutoLoad failed for: /data/data/com.termux/files/usr/lib/hexchat/plugins/python.so +Apr 29 19:51:27 dlopen failed: cannot locate symbol "PyExc_KeyError" referenced by "/data/data/com.termux/files/usr/lib/hexchat/plugins/python.so"... +Apr 29 19:51:27 Checksum plugin loaded +Apr 29 19:51:28 FiSHLiM plugin loaded diff --git a/.config/hexchat/logs/freenode/#archlinux-es.log b/.config/hexchat/logs/freenode/#archlinux-es.log new file mode 100644 index 000000000..d12ddc288 --- /dev/null +++ b/.config/hexchat/logs/freenode/#archlinux-es.log @@ -0,0 +1,9 @@ +**** BEGIN LOGGING AT Thu Apr 29 19:52:05 2021 + +Apr 29 19:52:05 * Now talking on #archlinux-es +Apr 29 19:52:06 * Topic for #archlinux-es is: Bienvenidos(as). Registrarse con Nickserv para hablar en el canal, más info con: /msg nickserv help register | Wiki: https://wiki.archlinux.org | Pegar texto/imágenes: http://bpaste.net http://imgur.com | ¿Ya leíste las noticias hoy? https://www.archlinux.org/news/ | systemd: https://2019.linux.conf.au/schedule/presentation/156/ +Apr 29 19:52:06 * Topic for #archlinux-es set by mefistofeles (Sat Jun 6 12:01:09 2020) +Apr 29 19:52:06 -ChanServ- [#ArchLinux-Es] Bienvenidos al canal de archlinux-es +Apr 29 19:52:14 hola +Apr 29 19:53:49 yisu: hey, qué tal ? +Apr 29 20:01:03 hola, bien diff --git a/.config/hexchat/logs/freenode/#termux.log b/.config/hexchat/logs/freenode/#termux.log new file mode 100644 index 000000000..7cb8614cc --- /dev/null +++ b/.config/hexchat/logs/freenode/#termux.log @@ -0,0 +1,8 @@ +**** BEGIN LOGGING AT Thu Apr 29 19:51:43 2021 + +Apr 29 19:51:43 * Now talking on #termux +Apr 29 19:51:43 * Topic for #termux is: termux.com | This channel is mirrored | Linux terminal environment for Android +Apr 29 19:51:43 * Topic for #termux set by fornwall!u0_a110@2600:3c01::f03c:91ff:fe3e:cb59 (Mon Sep 18 04:24:48 2017) +Apr 29 19:51:47 hola +Apr 29 19:51:47 * #termux :Cannot send to nick/channel +Apr 29 19:55:21 * kef has quit (Ping timeout: 260 seconds) diff --git a/.config/hexchat/logs/freenode/.log b/.config/hexchat/logs/freenode/.log new file mode 100644 index 000000000..f3588124e --- /dev/null +++ b/.config/hexchat/logs/freenode/.log @@ -0,0 +1,22 @@ +**** BEGIN LOGGING AT Thu Apr 29 19:51:29 2021 + +Apr 29 19:51:29 * Connecting to chat.freenode.net (192.186.157.43:6697) +Apr 29 19:51:30 * * Subject: /O=Digital Signature Trust Co./CN=DST Root CA X3 +Apr 29 19:51:30 * * Issuer: /O=Digital Signature Trust Co./CN=DST Root CA X3 +Apr 29 19:51:30 * * Subject: /C=US/O=Let's Encrypt/CN=R3 +Apr 29 19:51:30 * * Issuer: /O=Digital Signature Trust Co./CN=DST Root CA X3 +Apr 29 19:51:30 * * Subject: /CN=tepper.freenode.net +Apr 29 19:51:30 * * Issuer: /C=US/O=Let's Encrypt/CN=R3 +Apr 29 19:51:30 * * Certification info: +Apr 29 19:51:30 * Subject: +Apr 29 19:51:30 * CN=tepper.freenode.net +Apr 29 19:51:30 * Issuer: +Apr 29 19:51:30 * C=US +Apr 29 19:51:30 * O=Let's Encrypt +Apr 29 19:51:30 * CN=R3 +Apr 29 19:51:30 * Public key algorithm: rsaEncryption (4096 bits) +Apr 29 19:51:30 * Sign algorithm sha256WithRSAEncryption +Apr 29 19:51:30 * Valid since Mar 8 05:42:15 2021 GM to Jun 6 05:42:15 2021 GM +Apr 29 19:51:30 * * Cipher info: +Apr 29 19:51:30 * Version: TLSv1.3, cipher TLS_AES_256_GCM_SHA384 (256 bits) +Apr 29 19:51:30 * Connected. Now logging in. diff --git a/.config/hexchat/logs/freenode/freenode.log b/.config/hexchat/logs/freenode/freenode.log new file mode 100644 index 000000000..fe22eb063 --- /dev/null +++ b/.config/hexchat/logs/freenode/freenode.log @@ -0,0 +1,86 @@ +**** BEGIN LOGGING AT Thu Apr 29 19:51:31 2021 + +Apr 29 19:51:31 * *** Looking up your hostname... +Apr 29 19:51:31 * *** Checking Ident +Apr 29 19:51:31 * *** Couldn't look up your hostname +Apr 29 19:51:34 * *** No Ident response +Apr 29 19:51:34 * Capabilities supported: account-notify away-notify cap-notify chghost extended-join identify-msg multi-prefix sasl tls +Apr 29 19:51:34 * Capabilities requested: account-notify away-notify cap-notify chghost extended-join identify-msg multi-prefix +Apr 29 19:51:35 * Capabilities acknowledged: account-notify away-notify cap-notify chghost extended-join identify-msg multi-prefix +**** ENDING LOGGING AT Thu Apr 29 19:51:35 2021 + +**** BEGIN LOGGING AT Thu Apr 29 19:51:35 2021 + +Apr 29 19:51:35 * Welcome to the freenode Internet Relay Chat Network yisu +Apr 29 19:51:35 * Your host is tepper.freenode.net[192.186.157.43/6697], running version ircd-seven-1.1.9 +Apr 29 19:51:35 * This server was created Sun Jul 12 2020 at 20:43:15 UTC +Apr 29 19:51:35 * tepper.freenode.net ircd-seven-1.1.9 DOQRSZaghilopsuwz CFILMPQSbcefgijklmnopqrstuvz bkloveqjfI +Apr 29 19:51:35 * CHANTYPES=# EXCEPTS INVEX CHANMODES=eIbq,k,flj,CFLMPQScgimnprstuz CHANLIMIT=#:120 PREFIX=(ov)@+ MAXLIST=bqeI:100 MODES=4 NETWORK=freenode STATUSMSG=@+ CALLERID=g CASEMAPPING=rfc1459 :are supported by this server +Apr 29 19:51:35 * CHARSET=ascii NICKLEN=16 CHANNELLEN=50 TOPICLEN=390 DEAF=D FNC TARGMAX=NAMES:1,LIST:1,KICK:1,WHOIS:1,PRIVMSG:4,NOTICE:4,ACCEPT:,MONITOR: EXTBAN=$,ajrxz CLIENTVER=3.0 ETRACE KNOCK WHOX :are supported by this server +Apr 29 19:51:35 * CPRIVMSG CNOTICE SAFELIST ELIST=CTU MONITOR=100 :are supported by this server +Apr 29 19:51:35 * There are 106 users and 75760 invisible on 31 servers +Apr 29 19:51:35 * 29 :IRC Operators online +Apr 29 19:51:35 * 42 :unknown connection(s) +Apr 29 19:51:35 * 40650 :channels formed +Apr 29 19:51:35 * I have 3123 clients and 1 servers +Apr 29 19:51:35 * 3123 3956 :Current local users 3123, max 3956 +Apr 29 19:51:35 * 75866 83476 :Current global users 75866, max 83476 +Apr 29 19:51:35 * Highest connection count: 3957 (3956 clients) (166049 connections received) +Apr 29 19:51:35 * - tepper.freenode.net Message of the Day - +Apr 29 19:51:35 * - Welcome to tepper.freenode.net in Buffalo, NY. +Apr 29 19:51:35 * - Thanks to http://www.servermania.com/ for sponsoring +Apr 29 19:51:35 * - this server! +Apr 29 19:51:35 * - +Apr 29 19:51:35 * - +Apr 29 19:51:35 * - TEPPER, SHERI S. (1929-), an American science fiction, +Apr 29 19:51:35 * - horror and mystery novel author, behind more than thirty +Apr 29 19:51:35 * - books, many themed unapologetically eco-feminist. Her +Apr 29 19:51:35 * - writing career started composing children's stories, but +Apr 29 19:51:35 * - moved to adult fiction in 1982. With the 1991 novel +Apr 29 19:51:35 * - 'Beauty' she won the Locus award for Best Fantasy Novel. +Apr 29 19:51:35 * - Her other well-known works include 'Grass' (1989, nominated +Apr 29 19:51:35 * - for Hugo and Locus Awards in 1990) and 'Gate to Women's +Apr 29 19:51:35 * - Country' (1988). +Apr 29 19:51:35 * - +Apr 29 19:51:35 * - Welcome to freenode - supporting the free and open source +Apr 29 19:51:35 * - software communities since 1998. +Apr 29 19:51:35 * - +Apr 29 19:51:35 * - By connecting to freenode you indicate that you have read and +Apr 29 19:51:35 * - accept our policies and guidelines as set out on https://freenode.net +Apr 29 19:51:35 * - +Apr 29 19:51:35 * - In the event that you observe behaviour that contravenes our policies, +Apr 29 19:51:35 * - please notify a volunteer staff member via private message, or send us an +Apr 29 19:51:35 * - e-mail to complaints@freenode.net -- we will do our best to address the +Apr 29 19:51:35 * - situation within a reasonable period of time, and we may request further +Apr 29 19:51:35 * - information or, as appropriate, involve other parties such as channel operators +Apr 29 19:51:35 * - Group Contacts representing an on-topic group. +Apr 29 19:51:35 * - +Apr 29 19:51:35 * - freenode runs an open proxy scanner. +Apr 29 19:51:35 * - +Apr 29 19:51:35 * - If you are looking for assistance, you may be able to find a list of +Apr 29 19:51:35 * - volunteer staff on '/stats p' (shows only on-call staff) or by joining +Apr 29 19:51:35 * - #freenode and using the '/who freenode/staff/*' command. You may message +Apr 29 19:51:35 * - any of us at any time. Please note that freenode predominantly provides +Apr 29 19:51:35 * - assistance via private message, and while we have a network channel the +Apr 29 19:51:35 * - primary venue for support requests is via private message to a member +Apr 29 19:51:35 * - of the volunteer staff team. +Apr 29 19:51:35 * - +Apr 29 19:51:35 * - From time to time, volunteer staff may send server-wide notices relating to +Apr 29 19:51:35 * - the project, or the communities that we host. The majority of such notices +Apr 29 19:51:35 * - will be sent as wallops, and you can '/mode +w' to ensure that you +Apr 29 19:51:35 * - do not miss them. Important messages relating to the freenode project, including +Apr 29 19:51:35 * - notices of upcoming maintenance and other scheduled downtime will be issued as +Apr 29 19:51:35 * - global notices. +Apr 29 19:51:35 * - +Apr 29 19:51:35 * - Representing an on-topic project? Don't forget to register, more information +Apr 29 19:51:35 * - can be found on the https://freenode.net website under "Group Registration". +Apr 29 19:51:35 * - +Apr 29 19:51:35 * - Thank you also to our server sponsors for the sustained support in keeping the +Apr 29 19:51:35 * - network going for close to two decades. +Apr 29 19:51:35 * - +Apr 29 19:51:35 * - Thank you for using freenode! +Apr 29 19:51:35 * End of /MOTD command. +Apr 29 19:51:35 * yisu sets mode +Z on yisu +Apr 29 19:51:35 * yisu sets mode +i on yisu +Apr 29 19:51:35 -freenode-connect- Welcome to freenode. To protect the network all new connections will be scanned for vulnerabilities. This will not harm your computer, and vulnerable hosts will be notified. +Apr 29 19:51:35 * Received a CTCP VERSION from freenode-connect diff --git a/.config/hexchat/logs/freenode/server.log b/.config/hexchat/logs/freenode/server.log new file mode 100644 index 000000000..64740ab0c --- /dev/null +++ b/.config/hexchat/logs/freenode/server.log @@ -0,0 +1,3 @@ +**** BEGIN LOGGING AT Thu Apr 29 19:51:28 2021 + +Apr 29 19:51:28 * Looking up chat.freenode.net diff --git a/.config/hexchat/scrollback/freenode/#archlinux-es.txt b/.config/hexchat/scrollback/freenode/#archlinux-es.txt new file mode 100644 index 000000000..f36cb05e1 --- /dev/null +++ b/.config/hexchat/scrollback/freenode/#archlinux-es.txt @@ -0,0 +1,7 @@ +T 1619743925 19* Now talking on 22#archlinux-es +T 1619743926 22* Topic for 22#archlinux-es is: Bienvenidos(as). Registrarse con Nickserv para hablar en el canal, más info con: /msg nickserv help register | Wiki: https://wiki.archlinux.org | Pegar texto/imágenes: http://bpaste.net http://imgur.com | ¿Ya leíste las noticias hoy? https://www.archlinux.org/news/ | systemd: https://2019.linux.conf.au/schedule/presentation/156/ +T 1619743926 22* Topic for 22#archlinux-es set by 26mefistofeles (24Sat Jun 6 12:01:09 2020) +T 1619743926 -18ChanServ- [#ArchLinux-Es] Bienvenidos al canal de archlinux-es +T 1619743934 20<yisu>30 hola +T 1619744029 19<mefistofeles> yisu: hey, qué tal ? +T 1619744463 20<yisu>30 hola, bien diff --git a/.config/hexchat/scrollback/freenode/#termux.txt b/.config/hexchat/scrollback/freenode/#termux.txt new file mode 100644 index 000000000..3971e65f6 --- /dev/null +++ b/.config/hexchat/scrollback/freenode/#termux.txt @@ -0,0 +1,6 @@ +T 1619743903 19* Now talking on 22#termux +T 1619743903 22* Topic for 22#termux is: termux.com | This channel is mirrored | Linux terminal environment for Android +T 1619743903 22* Topic for 22#termux set by 26fornwall!u0_a110@2600:3c01::f03c:91ff:fe3e:cb59 (24Mon Sep 18 04:24:48 2017) +T 1619743907 20<yisu>30 hola +T 1619743907 29* #termux :Cannot send to nick/channel +T 1619744121 24* kef has quit (Ping timeout: 260 seconds) diff --git a/.config/mimeapps.list b/.config/mimeapps.list index 7ef94e2c0..6fc1cfc4d 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -7,4 +7,8 @@ x-scheme-handler/mailto=xfce4-mail-reader.desktop x-scheme-handler/http=xfce4-web-browser.desktop; x-scheme-handler/https=xfce4-web-browser.desktop; x-scheme-handler/mailto=xfce4-mail-reader.desktop; -text/plain=leafpad.desktop; +text/plain=geany.desktop;leafpad.desktop; +text/html=xfce4-web-browser.desktop; +application/json=leafpad.desktop; +application/x-desktop=leafpad.desktop; +image/png=ristretto.desktop; diff --git a/.config/netsurf/Cookies b/.config/netsurf/Cookies index 89fe7c7b1..a87a5dce6 100644 --- a/.config/netsurf/Cookies +++ b/.config/netsurf/Cookies @@ -6,3 +6,6 @@ # # Version Domain Domain from Set-Cookie Path Path from Set-Cookie Secure HTTP-Only Expires Last used No destroy Name Value Value was quoted Scheme URL Comment Version: 102 +0 .google.co.uk 1 / 1 1 0 1622334412 1619742422 0 1P_JAR 2021-04-30-00 0 unused unused +0 .google.co.uk 1 /search 1 0 1 1635293484 1619742411 0 CGIC IgMqLyo 0 unused unused +0 .google.co.uk 1 / 1 0 1 1635552686 1619742422 0 NID 214=q5rFAVQy3M1ZXeuF6eBipQXQ3ORHEM5duMrkUuzC7NmoTjRg_W1fXwjqFRdjmgd1YkZ70cW5lgk1y91IP3aXFCsdc7sS5afXomknv5Mkhgf1gBp__iRJVxRtIQfczZ9T2lMXXME8Dj4h_PxZwfkGoi20kI08vNmamlKErWFcxPg 0 unused unused diff --git a/.config/netsurf/URLs b/.config/netsurf/URLs index 4ca624aa1..d1258e18c 100644 --- a/.config/netsurf/URLs +++ b/.config/netsurf/URLs @@ -1,4 +1,66 @@ 107 +localhost 0 0 +1 +file + +/data/data/com.termux/files/home/natural-selection_en.html +1 +1619722361 +1 + +‪Natural Selection‬ +wiki.termux.com 0 0 +1 +https + +/wiki/Main_Page +2 +1619742425 +1 + +Termux Wiki +www.google.co.uk 0 0 +5 +http + +/search?gbv=1&ie=ISO-8859-1&q=termux+wiki&oq=&aqs= +2 +1619742412 +1 + +termux wiki - Buscar con Google +http + +/search?q=termi&btnG=Google+Search +1 +1619741484 +1 + +termi - Buscar con Google +http + +/search?q=termix&btnG=Google+Search +1 +1619742400 +1 + +termix - Buscar con Google +http + +/url?q=https://wiki.termux.com/wiki/Main_Page&sa=U&ved=2ahUKEwi5x9ui16TwAhUOF1kFHR_3DwMQFjAAegQIABAB&usg=AOvVaw2EugeyRVLN0aWSLSaq0ezQ +1 +1619741497 +0 + + +http + +/url?q=https://wiki.termux.com/wiki/Main_Page&sa=U&ved=2ahUKEwj9pOHY2qTwAhU4EVkFHQFZBqUQFjAAegQIARAB&usg=AOvVaw0kFjGTWd6Bd10cauFmlPYo +2 +1619742423 +0 + + www.netsurf-browser.org 0 0 4 http diff --git a/.config/pulse/7993123f9b0ff8b512a33f25608ad564-card-database.simple b/.config/pulse/7993123f9b0ff8b512a33f25608ad564-card-database.simple new file mode 100644 index 000000000..e69de29bb diff --git a/.config/pulse/7993123f9b0ff8b512a33f25608ad564-default-sink b/.config/pulse/7993123f9b0ff8b512a33f25608ad564-default-sink new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/.config/pulse/7993123f9b0ff8b512a33f25608ad564-default-sink @@ -0,0 +1 @@ + diff --git a/.config/pulse/7993123f9b0ff8b512a33f25608ad564-default-source b/.config/pulse/7993123f9b0ff8b512a33f25608ad564-default-source new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/.config/pulse/7993123f9b0ff8b512a33f25608ad564-default-source @@ -0,0 +1 @@ + diff --git a/.config/pulse/7993123f9b0ff8b512a33f25608ad564-device-volumes.simple b/.config/pulse/7993123f9b0ff8b512a33f25608ad564-device-volumes.simple new file mode 100644 index 0000000000000000000000000000000000000000..45e8641dfa8a3bab61e6c310ca59d3c557046533 GIT binary patch literal 178 zcmWe;U|=ZD%*(d&FG$S`_K9~5jt6mBfWl6U27VIQrLFQxb8-YAYH}IM7z_-Y7}J~> g1N>w`>hnvBl2g$P)XUA!%Ph$+f*GttNFh!u02gL4PXGV_ literal 0 HcmV?d00001 diff --git a/.config/pulse/7993123f9b0ff8b512a33f25608ad564-runtime b/.config/pulse/7993123f9b0ff8b512a33f25608ad564-runtime new file mode 120000 index 000000000..dd69b3586 --- /dev/null +++ b/.config/pulse/7993123f9b0ff8b512a33f25608ad564-runtime @@ -0,0 +1 @@ +/data/data/com.termux/files/usr/tmp/pulse-PKdhtXMmr18n \ No newline at end of file diff --git a/.config/pulse/7993123f9b0ff8b512a33f25608ad564-stream-volumes.simple b/.config/pulse/7993123f9b0ff8b512a33f25608ad564-stream-volumes.simple new file mode 100644 index 0000000000000000000000000000000000000000..9204101df2e4f4f100ccc4307f3b5958a8b525ad GIT binary patch literal 189 zcmaitu?oU46h(u(|L|r>mUOQ@Ulrp3oNxN-XcN=u#Ef8_Q!T!JZtz^rDbB;g#3FHM#KP{JjKS1IbQGRFIl{R^X(H%#p>UՔ _z-|0ӍE>j̄.8qcx 0(e*u-a3% "2 x0 ce}@ Ap An~@b3ʽ±D=ލa:bh A+nGNr {G \ No newline at end of file diff --git a/.config/ristretto/accels.scm b/.config/ristretto/accels.scm new file mode 100644 index 000000000..4422d2d8f --- /dev/null +++ b/.config/ristretto/accels.scm @@ -0,0 +1,66 @@ +; ristretto GtkAccelMap rc-file -*- scheme -*- +; this file is an automated accelerator map dump +; +; (gtk_accel_path "/RsttoWindow/sorting-menu" "") +; (gtk_accel_path "/RsttoWindow/open" "o") +; (gtk_accel_path "/RsttoWindow/show-statusbar" "") +; (gtk_accel_path "/RsttoWindow/sort-filetype" "") +; (gtk_accel_path "/RsttoWindow/file-menu" "") +; (gtk_accel_path "/RsttoWindow/clear-private-data" "Delete") +(gtk_accel_path "/RsttoWindow/play" "F5") +; (gtk_accel_path "/RsttoWindow/delete" "Delete") +; (gtk_accel_path "/RsttoWindow/size-very-small" "") +; (gtk_accel_path "/RsttoWindow/thumbnailbar-size-menu" "") +; (gtk_accel_path "/RsttoWindow/quit" "q") +; (gtk_accel_path "/RsttoWindow/go-menu" "") +; (gtk_accel_path "/RsttoWindow/rotate-cw" "bracketright") +; (gtk_accel_path "/RsttoWindow/pos-bottom" "") +; (gtk_accel_path "/RsttoWindow/first" "Home") +; (gtk_accel_path "/RsttoWindow/close" "w") +; (gtk_accel_path "/RsttoWindow/fullscreen" "F11") +; (gtk_accel_path "/RsttoWindow/size-larger" "") +(gtk_accel_path "/next-image" "Page_Down") +; (gtk_accel_path "/RsttoWindow/last" "End") +; (gtk_accel_path "/RsttoWindow/zoom-out" "minus") +; (gtk_accel_path "/RsttoWindow/zoom-in" "plus") +; (gtk_accel_path "/RsttoWindow/back" "BackSpace") +; (gtk_accel_path "/RsttoWindow/preferences" "") +; (gtk_accel_path "/RsttoWindow/contents" "F1") +; (gtk_accel_path "/RsttoWindow/size-very-large" "") +; (gtk_accel_path "/RsttoWindow/pos-top" "") +(gtk_accel_path "/quit" "q") +; (gtk_accel_path "/RsttoWindow/set-as-wallpaper" "") +; (gtk_accel_path "/RsttoWindow/sort-filename" "") +; (gtk_accel_path "/RsttoWindow/zoom-menu" "") +(gtk_accel_path "/previous-image" "Page_Up") +(gtk_accel_path "/fullscreen" "f") +; (gtk_accel_path "/RsttoWindow/zoom-100" "0") +; (gtk_accel_path "/RsttoWindow/flip-menu" "") +; (gtk_accel_path "/RsttoWindow/show-thumbnailbar" "m") +; (gtk_accel_path "/RsttoWindow/position-menu" "") +; (gtk_accel_path "/RsttoWindow/size-smaller" "") +; (gtk_accel_path "/RsttoWindow/view-menu" "") +; (gtk_accel_path "/RsttoWindow/zoom-fit" "equal") +; (gtk_accel_path "/RsttoWindow/sort-date" "") +; (gtk_accel_path "/RsttoWindow/pos-left" "") +; (gtk_accel_path "/RsttoWindow/flip-horizontally" "braceright") +; (gtk_accel_path "/RsttoWindow/help-menu" "") +; (gtk_accel_path "/RsttoWindow/size-small" "") +; (gtk_accel_path "/RsttoWindow/show-toolbar" "") +(gtk_accel_path "/unfullscreen" "Escape") +; (gtk_accel_path "/RsttoWindow/size-menu" "") +(gtk_accel_path "/refresh" "r") +; (gtk_accel_path "/RsttoWindow/save-copy" "s") +; (gtk_accel_path "/RsttoWindow/flip-vertically" "braceleft") +; (gtk_accel_path "/RsttoWindow/open-with-menu" "") +(gtk_accel_path "/delete" "Delete") +; (gtk_accel_path "/RsttoWindow/thumbnailbar-position-menu" "") +; (gtk_accel_path "/RsttoWindow/rotation-menu" "") +; (gtk_accel_path "/RsttoWindow/size-large" "") +; (gtk_accel_path "/RsttoWindow/about" "") +; (gtk_accel_path "/RsttoWindow/properties" "") +; (gtk_accel_path "/RsttoWindow/rotate-ccw" "bracketleft") +; (gtk_accel_path "/RsttoWindow/forward" "space") +; (gtk_accel_path "/RsttoWindow/edit-menu" "") +; (gtk_accel_path "/RsttoWindow/pos-right" "") +; (gtk_accel_path "/RsttoWindow/size-normal" "") diff --git a/.config/xfce4/desktop/icons.screen0-1008x682.rc b/.config/xfce4/desktop/icons.screen0-1008x682.rc new file mode 100644 index 000000000..4fbdf62b1 --- /dev/null +++ b/.config/xfce4/desktop/icons.screen0-1008x682.rc @@ -0,0 +1,11 @@ +[xfdesktop-version-4.10.3+-rcfile_format] +4.10.3+=true + +[/] +row=0 +col=0 + +[/data/data/com.termux/files/home] +row=1 +col=0 + diff --git a/.config/xfce4/desktop/icons.screen0-1264x634.rc b/.config/xfce4/desktop/icons.screen0-1264x634.rc new file mode 100644 index 000000000..4fbdf62b1 --- /dev/null +++ b/.config/xfce4/desktop/icons.screen0-1264x634.rc @@ -0,0 +1,11 @@ +[xfdesktop-version-4.10.3+-rcfile_format] +4.10.3+=true + +[/] +row=0 +col=0 + +[/data/data/com.termux/files/home] +row=1 +col=0 + diff --git a/.config/xfce4/desktop/icons.screen0-1264x669.rc b/.config/xfce4/desktop/icons.screen0-1264x669.rc new file mode 100644 index 000000000..4fbdf62b1 --- /dev/null +++ b/.config/xfce4/desktop/icons.screen0-1264x669.rc @@ -0,0 +1,11 @@ +[xfdesktop-version-4.10.3+-rcfile_format] +4.10.3+=true + +[/] +row=0 +col=0 + +[/data/data/com.termux/files/home] +row=1 +col=0 + diff --git a/.config/xfce4/desktop/icons.screen0-1264x714.rc b/.config/xfce4/desktop/icons.screen0-1264x714.rc new file mode 100644 index 000000000..4fbdf62b1 --- /dev/null +++ b/.config/xfce4/desktop/icons.screen0-1264x714.rc @@ -0,0 +1,11 @@ +[xfdesktop-version-4.10.3+-rcfile_format] +4.10.3+=true + +[/] +row=0 +col=0 + +[/data/data/com.termux/files/home] +row=1 +col=0 + diff --git a/.config/xfce4/desktop/icons.screen0-1264x874.rc b/.config/xfce4/desktop/icons.screen0-1264x874.rc new file mode 100644 index 000000000..4fbdf62b1 --- /dev/null +++ b/.config/xfce4/desktop/icons.screen0-1264x874.rc @@ -0,0 +1,11 @@ +[xfdesktop-version-4.10.3+-rcfile_format] +4.10.3+=true + +[/] +row=0 +col=0 + +[/data/data/com.termux/files/home] +row=1 +col=0 + diff --git a/.config/xfce4/desktop/icons.screen0-1344x682.rc b/.config/xfce4/desktop/icons.screen0-1344x682.rc new file mode 100644 index 000000000..4fbdf62b1 --- /dev/null +++ b/.config/xfce4/desktop/icons.screen0-1344x682.rc @@ -0,0 +1,11 @@ +[xfdesktop-version-4.10.3+-rcfile_format] +4.10.3+=true + +[/] +row=0 +col=0 + +[/data/data/com.termux/files/home] +row=1 +col=0 + diff --git a/.config/xfce4/helpers.rc b/.config/xfce4/helpers.rc index 27e12607c..40caba669 100644 --- a/.config/xfce4/helpers.rc +++ b/.config/xfce4/helpers.rc @@ -1,3 +1,4 @@ WebBrowser=custom-WebBrowser MailReader=custom-MailReader +TerminalEmulator=xfce4-terminal diff --git a/.config/xfce4/panel/whiskermenu-22.rc b/.config/xfce4/panel/whiskermenu-22.rc new file mode 100644 index 000000000..898f60368 --- /dev/null +++ b/.config/xfce4/panel/whiskermenu-22.rc @@ -0,0 +1,80 @@ +favorites=xfce4-web-browser.desktop,xfce4-mail-reader.desktop,xfce4-file-manager.desktop,xfce4-terminal-emulator.desktop +recent=firefox-esr.desktop,xfce4-taskmanager.desktop,leafpad.desktop,xfce-ui-settings.desktop,mtpaint.desktop,xfce4-web-browser.desktop,thunar.desktop,geany.desktop,ristretto.desktop,xfce4-about.desktop +button-icon=distributor-logo-android +button-single-row=false +show-button-title=false +show-button-icon=true +launcher-show-name=true +launcher-show-description=true +launcher-show-tooltip=true +item-icon-size=3 +hover-switch-category=false +category-show-name=true +category-icon-size=1 +load-hierarchy=false +view-as-icons=true +default-category=0 +recent-items-max=10 +favorites-in-recent=true +position-search-alternate=true +position-commands-alternate=false +position-categories-alternate=true +stay-on-focus-out=false +confirm-session-command=true +menu-width=450 +menu-height=500 +menu-opacity=100 +command-settings=xfce4-settings-manager +show-command-settings=true +command-lockscreen=xflock4 +show-command-lockscreen=true +command-switchuser=gdmflexiserver +show-command-switchuser=false +command-logoutuser=xfce4-session-logout --logout --fast +show-command-logoutuser=false +command-restart=xfce4-session-logout --reboot --fast +show-command-restart=false +command-shutdown=xfce4-session-logout --halt --fast +show-command-shutdown=false +command-suspend=xfce4-session-logout --suspend +show-command-suspend=false +command-hibernate=xfce4-session-logout --hibernate +show-command-hibernate=false +command-logout=xfce4-session-logout +show-command-logout=true +command-menueditor=menulibre +show-command-menueditor=true +command-profile=mugshot +show-command-profile=true +search-actions=5 + +[action0] +name=Man Pages +pattern=# +command=exo-open --launch TerminalEmulator man %s +regex=false + +[action1] +name=Web Search +pattern=? +command=exo-open --launch WebBrowser https://duckduckgo.com/?q=%u +regex=false + +[action2] +name=Wikipedia +pattern=!w +command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u +regex=false + +[action3] +name=Run in Terminal +pattern=! +command=exo-open --launch TerminalEmulator %s +regex=false + +[action4] +name=Open URI +pattern=^(file|http|https):\\/\\/(.*)$ +command=exo-open \\0 +regex=true + diff --git a/.config/xfce4/panel/xfce4-clipman-actions.xml b/.config/xfce4/panel/xfce4-clipman-actions.xml new file mode 100644 index 000000000..84ea9b36f --- /dev/null +++ b/.config/xfce4/panel/xfce4-clipman-actions.xml @@ -0,0 +1,44 @@ + + + + Bugz + bug\s*#?\s*([0-9]+) + 0 + + + GNOME Bug + exo-open http://bugzilla.gnome.org/show_bug.cgi?id=\1 + + + Xfce Bug + exo-open http://bugzilla.xfce.org/show_bug.cgi?id=\1 + + + + + Image + (http|ftp).+\.(jpg|png|gif) + 0 + + + View with Ristretto + ristretto "\0" + + + Edit with Gimp + gimp-remote "\0" + + + + + Long URL + http://[^\s]{120,} + 0 + + + Shrink the URL + exo-open http://tinyurl.com/create.php?url=\0 + + + + \ No newline at end of file diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml new file mode 100644 index 000000000..9ddc44396 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml new file mode 100644 index 000000000..55da2a439 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/ristretto.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml index 2fd318170..d0323f5d9 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml @@ -3,5 +3,9 @@ - + + + + + diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml index 98020e23b..24fb36d25 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml @@ -7,7 +7,7 @@ - + diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml index 1a3997021..748de2f84 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml @@ -13,7 +13,7 @@ - + @@ -42,22 +42,23 @@ + + - - - - - + + + + @@ -163,5 +164,15 @@ + + + + + + + + + + diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml index bb7208b03..3b3902ac3 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml @@ -5,6 +5,7 @@ + diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-taskmanager.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-taskmanager.xml new file mode 100644 index 000000000..0c528eb97 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-taskmanager.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml index 02f0ff05d..1413953b1 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml @@ -23,7 +23,7 @@ - + @@ -32,7 +32,7 @@ - + diff --git a/install-desktop-xfce.sh b/install-desktop-xfce.sh index 6b96fa510..dcc6d7e05 100755 --- a/install-desktop-xfce.sh +++ b/install-desktop-xfce.sh @@ -5,6 +5,15 @@ clear #this script will configure a graphical user interface #(xfce4) in termux #creator: @Yisus7u7v + +echo -e """ + +\e[1;33mTermux Desktop\e[1m + \e[1;31mby \e[4;36mYisus7u7\e[4m \e[1m + + +""" + cd $HOME echo -e '\e[1;36m installing packages, it is necessary \e[1m' @@ -24,15 +33,59 @@ pkg update && pkg upgrade pkg install -y x11-repo -pkg install -y xfce4 xarchiver tigervnc geany gtk3 python-tkinter leafpad hexchat netsurf xfce4-terminal recordmydesktop feh mtpaint dosbox +pkg install -y xfce4 + +pkg install -y xfce4-taskmanager + +pkg install -y xfce4-whiskermenu-plugin + +pkg install -y xfce4-clipman-plugin + +pkg install -y xarchiver + +pkg install -y tigervnc + +pkg install -y geany + +pkg install -y geany-plugins + +pkg install -y gtk3 gtk2 mtpaint + +pkg install -y leafpad hexchat -pkg install -y loqui htop neofetch +pkg install -y netsurf recordmydesktop + +pkg install -y feh + +pkg install -y dosbox + +pkg install -y xfce4-terminal + +pkg install -y python-tkinter + +pkg install -y htop + +pkg install -y neofetch + +pkg install -y loqui pkg install -y neovim pkg install -y vim-gtk -pkg install -y mpv mtpaint feh dosbox pulseaudio the-powder-toy htop galculator xorg-xhost +pkg install -y the-powder-toy + +pkg install -y galculator + +pkg install -y xorg-xhost + +pkg install -y mpv + +pkg install -y tumbler + +pkg install -y ristretto + +pkg install -y clear @@ -48,7 +101,7 @@ rm -rf $HOME/.icons rm -rf $HOME/.themes -mv music $PREFIX/bin/music +mv ./music $PREFIX/bin/music #installing dotfiles diff --git a/music b/music index 6a31fd52a..638b9cb08 100755 --- a/music +++ b/music @@ -1,3 +1,67 @@ -#!/bin/bash -#este script reproducira musica en tu terminal -mpv -playlist ~/Music \ No newline at end of file +#!/data/data/com.termux/files/usr/bin/env python +# -*- coding: utf-8 -*- +# +# music.py +# +# Copyright 2021 Yisus7u7 +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301, USA. + +import tkinter as Tk +from tkinter import * +import os +from tkinter import messagebox, ttk + +#configuracion + +player = Tk() +player.title("mpv Music Manager") +player.geometry("280x180") + +#funciones + +def play_music(): + ruta = patch.get() + messagebox.showinfo(title="play_music", message=f"Music will be played on {ruta}") + player.destroy() + os.system(f"mpv -playlist {ruta}") + + + +#contenido + +text=Label(player, text="Enter the location of your \"Music\" folder") + +text.grid() + +patch = ttk.Combobox(player) + +patch.grid(column=0 , row=1) + +#variables de ttk + +location = ["~/Music", "~/storage/music", "/sdcard/Music"] +patch["values"]=location + + +play = Button(player, text="play", command=play_music) + +play.grid() + + +player.mainloop() + + diff --git a/startdesktop b/startdesktop index 26722d01a..08be0542c 100755 --- a/startdesktop +++ b/startdesktop @@ -1,3 +1,5 @@ #!/bin/bash vncserver -listen tcp + +vncserver -list diff --git a/update-desktop.sh b/update-desktop.sh new file mode 100755 index 000000000..08a5748a2 --- /dev/null +++ b/update-desktop.sh @@ -0,0 +1,27 @@ +#!/bin/bash + +clear + +echo "Updating desktop, please wait" + +rm -rf $PREFIX/bin/music + +rm -rf $PREFIX/startdesktop + +cp -rf $HOME/termux-desktop-xfce/music $PREFIX/bin + +cp -rf $HOME/termux-desktop-xfce/startdesktop $PREFIX/bin + +rm -rf $HOME/.config.old + +cp -rf $HOME/.config $HOME/.config.old + +rm -rf $HOME/.config + +cp -rf $HOME/termux-desktop-xfce/.config $HOME + +clear + +echo "update finished, enjoy!" + +exit