this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update termux properties

+150 -2
+3
.gitconfig
··· 81 81 clean = git-lfs clean -- %f 82 82 smudge = git-lfs smudge -- %f 83 83 process = git-lfs filter-process 84 + [user] 85 + email = ian.h.chamberlain@gmail.com 86 + name = Ian Chamberlain
+147 -2
.termux/termux.properties
··· 1 + ### After making changes and saving you need to run `termux-reload-settings` 2 + ### to update the terminal. All information here can also be found on the 3 + ### wiki: https://wiki.termux.com/wiki/Terminal_Settings 4 + 5 + ############### 6 + # General 7 + ############### 8 + 9 + ### Allow external applications to execute arbitrary commands within Termux. 10 + ### This potentially could be a security issue, so option is disabled by 11 + ### default. Uncomment to enable. 12 + # allow-external-apps = true 13 + 14 + ### Default working directory that will be used when launching the app. 15 + # default-working-directory = /data/data/com.termux/files/home 16 + 17 + ### Uncomment to disable toasts shown on terminal session change. 18 + # disable-terminal-session-change-toast = true 19 + 20 + ### Uncomment to not show soft keyboard on application start. 21 + # hide-soft-keyboard-on-startup = true 22 + 23 + ### Uncomment to let keyboard toggle button to enable or disable software 24 + ### keyboard instead of showing/hiding it. 25 + # soft-keyboard-toggle-behaviour = enable/disable 26 + 27 + ### Adjust terminal scrollback buffer. Max is 50000. May have negative 28 + ### impact on performance. 29 + # terminal-transcript-rows = 2000 30 + 31 + ### Uncomment to use volume keys for adjusting volume and not for the 32 + ### extra keys functionality. 33 + # volume-keys = volume 34 + 35 + ############### 36 + # Fullscreen mode 37 + ############### 38 + 39 + ### Uncomment to let Termux start in full screen mode. 40 + # fullscreen = true 41 + 42 + ### Uncomment to attempt workaround layout issues when running in 43 + ### full screen mode. 44 + # use-fullscreen-workaround = true 45 + 46 + ############### 47 + # Cursor 48 + ############### 49 + 50 + ### Cursor blink rate. Values 0, 100 - 2000. 51 + # terminal-cursor-blink-rate = 0 52 + 53 + ### Cursor style: block, bar, underline. 54 + # terminal-cursor-style = block 55 + 56 + ############### 57 + # Extra keys 58 + ############### 59 + 60 + ### Settings for choosing which set of symbols to use for illustrating keys. 61 + ### Choose between default, arrows-only, arrows-all, all and none 62 + # extra-keys-style = default 63 + 64 + ### Force capitalize all text in extra keys row button labels. 65 + # extra-keys-text-all-caps = true 66 + 67 + ### Default extra-key configuration 68 + # extra-keys = [[ESC, TAB, CTRL, ALT, {key: '-', popup: '|'}, DOWN, UP]] 69 + 70 + ### Two rows with more keys 71 + # extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'], \ 72 + # ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']] 73 + 74 + ### Configuration with additional popup keys (swipe up from an extra key) 75 + # extra-keys = [[ \ 76 + # {key: ESC, popup: {macro: "CTRL f d", display: "tmux exit"}}, \ 77 + # {key: CTRL, popup: {macro: "CTRL f BKSP", display: "tmux ←"}}, \ 78 + # {key: ALT, popup: {macro: "CTRL f TAB", display: "tmux →"}}, \ 79 + # {key: TAB, popup: {macro: "ALT a", display: A-a}}, \ 80 + # {key: LEFT, popup: HOME}, \ 81 + # {key: DOWN, popup: PGDN}, \ 82 + # {key: UP, popup: PGUP}, \ 83 + # {key: RIGHT, popup: END}, \ 84 + # {macro: "ALT j", display: A-j, popup: {macro: "ALT g", display: A-g}}, \ 85 + # {key: KEYBOARD, popup: {macro: "CTRL d", display: exit}} \ 86 + # ]] 87 + 1 88 extra-keys = [ \ 2 - ['ESC', '~', ';', '$', '-', '(', 'QUOTE', '|', '', 'UP', '' ], \ 3 - ['TAB', 'CTRL', 'ALT', '/', '_', ')', 'APOSTROPHE', 'BACKSLASH', 'LEFT', 'DOWN', 'RIGHT' ] \ 89 + ['ESC', '~', '$', 'QUOTE', '-', '|', '/', 'UP', ';' ], \ 90 + ['TAB', 'CTRL', 'ALT', 'APOSTROPHE', '_', 'BACKSLASH', 'LEFT', 'DOWN', 'RIGHT' ] \ 4 91 ] 5 92 93 + ############### 94 + # Colors/themes 95 + ############### 96 + 97 + ### Force black colors for drawer and dialogs 98 + # use-black-ui = true 99 + 100 + ############### 101 + # HW keyboard shortcuts 102 + ############### 103 + 104 + ### Disable hardware keyboard shortcuts. 105 + # disable-hardware-keyboard-shortcuts = true 106 + 107 + ### Open a new terminal with ctrl + t (volume down + t) 108 + # shortcut.create-session = ctrl + t 109 + 110 + ### Go one session down with (for example) ctrl + 2 111 + # shortcut.next-session = ctrl + 2 112 + 113 + ### Go one session up with (for example) ctrl + 1 114 + # shortcut.previous-session = ctrl + 1 115 + 116 + ### Rename a session with (for example) ctrl + n 117 + # shortcut.rename-session = ctrl + n 118 + 119 + ############### 120 + # Bell key 121 + ############### 122 + 123 + ### Vibrate device (default). 124 + # bell-character = vibrate 125 + 126 + ### Beep with a sound. 127 + # bell-character = beep 128 + 129 + ### Ignore bell character. 130 + # bell-character = ignore 131 + 132 + ############### 133 + # Back key 134 + ############### 135 + 136 + ### Send the Escape key. 137 + # back-key=escape 138 + 139 + ### Hide keyboard or leave app (default). 140 + # back-key=back 141 + 142 + ############### 143 + # Keyboard issue workarounds 144 + ############### 145 + 146 + ### Letters might not appear until enter is pressed on Samsung devices 147 + # enforce-char-based-input = true 148 + 149 + ### ctrl+space (for marking text in emacs) does not work on some devices 150 + # ctrl-space-workaround = true