termux-tools: update default termux.properties
This commit is contained in:
parent
0ae07286b9
commit
05cf3a9488
@ -2,6 +2,57 @@
|
|||||||
### to update the terminal. All information here can also be found on the
|
### to update the terminal. All information here can also be found on the
|
||||||
### wiki: https://wiki.termux.com/wiki/Terminal_Settings
|
### wiki: https://wiki.termux.com/wiki/Terminal_Settings
|
||||||
|
|
||||||
|
###############
|
||||||
|
# General
|
||||||
|
###############
|
||||||
|
|
||||||
|
### Allow external applications to execute arbitrary commands within Termux.
|
||||||
|
### This potentially could be a security issue, so option is disabled by
|
||||||
|
### default. Uncomment to enable.
|
||||||
|
# allow-external-apps = true
|
||||||
|
|
||||||
|
### Default working directory that will be used when launching the app.
|
||||||
|
# default-working-directory = /data/data/com.termux/files/home
|
||||||
|
|
||||||
|
### Uncomment to disable toasts shown on terminal session change.
|
||||||
|
# disable-terminal-session-change-toast = true
|
||||||
|
|
||||||
|
### Uncomment to not show soft keyboard on application start.
|
||||||
|
# hide-soft-keyboard-on-startup = true
|
||||||
|
|
||||||
|
### Uncomment to let keyboard toggle button to enable or disable software
|
||||||
|
### keyboard instead of showing/hiding it.
|
||||||
|
# soft-keyboard-toggle-behaviour = enable/disable
|
||||||
|
|
||||||
|
### Adjust terminal scrollback buffer. Max is 50000. May have negative
|
||||||
|
### impact on performance.
|
||||||
|
# terminal-transcript-rows = 2000
|
||||||
|
|
||||||
|
### Uncomment to use volume keys for adjusting volume and not for the
|
||||||
|
### extra keys functionality.
|
||||||
|
# volume-keys = volume
|
||||||
|
|
||||||
|
###############
|
||||||
|
# Fullscreen mode
|
||||||
|
###############
|
||||||
|
|
||||||
|
### Uncomment to let Termux start in full screen mode.
|
||||||
|
# fullscreen = true
|
||||||
|
|
||||||
|
### Uncomment to attempt workaround layout issues when running in
|
||||||
|
### full screen mode.
|
||||||
|
# use-fullscreen-workaround = true
|
||||||
|
|
||||||
|
###############
|
||||||
|
# Cursor
|
||||||
|
###############
|
||||||
|
|
||||||
|
### Cursor blink rate. Values 0, 100 - 2000.
|
||||||
|
# terminal-cursor-blink-rate = 0
|
||||||
|
|
||||||
|
### Cursor style: block, bar, underline.
|
||||||
|
# terminal-cursor-style = block
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# Extra keys
|
# Extra keys
|
||||||
###############
|
###############
|
||||||
@ -10,6 +61,9 @@
|
|||||||
### Choose between default, arrows-only, arrows-all, all and none
|
### Choose between default, arrows-only, arrows-all, all and none
|
||||||
# extra-keys-style = default
|
# extra-keys-style = default
|
||||||
|
|
||||||
|
### Force capitalize all text in extra keys row button labels.
|
||||||
|
# extra-keys-text-all-caps = true
|
||||||
|
|
||||||
### Default extra-key configuration
|
### Default extra-key configuration
|
||||||
# extra-keys = [[ESC, TAB, CTRL, ALT, {key: '-', popup: '|'}, DOWN, UP]]
|
# extra-keys = [[ESC, TAB, CTRL, ALT, {key: '-', popup: '|'}, DOWN, UP]]
|
||||||
|
|
||||||
@ -39,9 +93,12 @@
|
|||||||
# use-black-ui = true
|
# use-black-ui = true
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# Keyboard shortcuts
|
# HW keyboard shortcuts
|
||||||
###############
|
###############
|
||||||
|
|
||||||
|
### Disable hardware keyboard shortcuts.
|
||||||
|
# disable-hardware-keyboard-shortcuts = true
|
||||||
|
|
||||||
### Open a new terminal with ctrl + t (volume down + t)
|
### Open a new terminal with ctrl + t (volume down + t)
|
||||||
# shortcut.create-session = ctrl + t
|
# shortcut.create-session = ctrl + t
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user